Eerie Grin Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eerie Grin Spectrum palette
Eerie Grin Spectrum color palette CSS
/* CSS */
.color-1 {
color: #2d2f2f;
}
.color-2 {
color: #4b7bec;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff5724;
}
.color-5 {
color: #e92063;
}
/* CSS Variables */
:root {
--color-1: #2d2f2f;
--color-2: #4b7bec;
--color-3: #ffcc00;
--color-4: #ff5724;
--color-5: #e92063;
}
Eerie Grin Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2f2f, #4b7bec, #ffcc00, #ff5724, #e92063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2f2f, #4b7bec, #ffcc00, #ff5724, #e92063);
}
Similar color palettes
Eerie Grin Spectrum color palette created on .