Serendipity Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serendipity Spectrum palette

Share this palette to:

Serendipity Spectrum color palette CSS

/* CSS */
.color-1 {
color: #4a8b3c;
}
.color-2 {
color: #6ecf7b;
}
.color-3 {
color: #98e29f;
}
.color-4 {
color: #f3f16d;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #4a8b3c;
--color-2: #6ecf7b;
--color-3: #98e29f;
--color-4: #f3f16d;
--color-5: #fab700;
}

Serendipity Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a8b3c, #6ecf7b, #98e29f, #f3f16d, #fab700);
}

Serendipity Spectrum color palette created on .