Power Surge Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Power Surge palette
Power Surge color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #002147;
}
.color-3 {
color: #0071b8;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #00b341;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #002147;
--color-3: #0071b8;
--color-4: #d60032;
--color-5: #00b341;
}
Power Surge background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #002147, #0071b8, #d60032, #00b341);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #002147, #0071b8, #d60032, #00b341);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Power Surge color palette created on .