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: #464e3b;
}
.color-2 {
color: #8b5732;
}
.color-3 {
color: #8a4838;
}
.color-4 {
color: #704346;
}
.color-5 {
color: #322924;
}

/* CSS Variables */
:root {
--color-1: #464e3b;
--color-2: #8b5732;
--color-3: #8a4838;
--color-4: #704346;
--color-5: #322924;
}

Serendipitous Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #464e3b, #8b5732, #8a4838, #704346, #322924);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #464e3b, #8b5732, #8a4838, #704346, #322924);
}

Serendipitous Spectrum color palette created on .