Color 1
Pride N Purpose ColorTheme Creator
Each column includes a native color picker for the VS Code-style selector behavior, a live preview, and a hex input that stays in sync. You can drag the picker dot, paste a hex code, or copy the finished values from the footer row.
Color 1
Color 2
Color 3
Color 4
Color 5
Export
CSS Variables
:root {
--northern-current-1: #f94144;
--northern-current-2: #f8961e;
--northern-current-3: #f9c74f;
--northern-current-4: #90be6d;
--northern-current-5: #577590;
}JSON Preview
{
"name": "Northern Current",
"colors": [
{
"slot": "Color 1",
"hex": "#f94144"
},
{
"slot": "Color 2",
"hex": "#f8961e"
},
{
"slot": "Color 3",
"hex": "#f9c74f"
},
{
"slot": "Color 4",
"hex": "#90be6d"
},
{
"slot": "Color 5",
"hex": "#577590"
}
]
}