Serendipitous Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serendipitous Spectrum palette

Share this palette to:

Serendipitous Spectrum color palette CSS

/* CSS */
.color-1 {
color: #ffcb47;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #ff3d8e;
}
.color-5 {
color: #a55eba;
}

/* CSS Variables */
:root {
--color-1: #ffcb47;
--color-2: #ff8e3d;
--color-3: #ff5c5c;
--color-4: #ff3d8e;
--color-5: #a55eba;
}

Serendipitous Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb47, #ff8e3d, #ff5c5c, #ff3d8e, #a55eba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb47, #ff8e3d, #ff5c5c, #ff3d8e, #a55eba);
}

Serendipitous Spectrum color palette created on .