Serendipity Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serendipity Spectrum palette
Serendipity Spectrum color palette CSS
/* CSS */
.color-1 {
color: #f5b2c3;
}
.color-2 {
color: #f9d6a4;
}
.color-3 {
color: #f9e89f;
}
.color-4 {
color: #b2d879;
}
.color-5 {
color: #6fa3d8;
}
/* CSS Variables */
:root {
--color-1: #f5b2c3;
--color-2: #f9d6a4;
--color-3: #f9e89f;
--color-4: #b2d879;
--color-5: #6fa3d8;
}
Serendipity Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c3, #f9d6a4, #f9e89f, #b2d879, #6fa3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c3, #f9d6a4, #f9e89f, #b2d879, #6fa3d8);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Serendipity Spectrum color palette created on .