Groovy Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Groovy Spectrum palette

Share this palette to:

Groovy Spectrum color palette PNG image

Download groovy spectrum color palette PNG image (landscape)
Download groovy spectrum color palette PNG image (square)

Groovy Spectrum color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff7c4d;
}
.color-3 {
color: #ffde4d;
}
.color-4 {
color: #4dff4d;
}
.color-5 {
color: #4dafff;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff7c4d;
--color-3: #ffde4d;
--color-4: #4dff4d;
--color-5: #4dafff;
}

Groovy Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff7c4d, #ffde4d, #4dff4d, #4dafff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff7c4d, #ffde4d, #4dff4d, #4dafff);
}

Groovy Spectrum color palette created on .