Whimsical Serenity Spectrum Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Serenity Spectrum palette

Share this palette to:

Whimsical Serenity Spectrum color palette CSS

/* CSS */
.color-1 {
color: #f4f2f7;
}
.color-2 {
color: #a1e3e8;
}
.color-3 {
color: #e2a7be;
}
.color-4 {
color: #62b9f4;
}
.color-5 {
color: #31a4fc;
}

/* CSS Variables */
:root {
--color-1: #f4f2f7;
--color-2: #a1e3e8;
--color-3: #e2a7be;
--color-4: #62b9f4;
--color-5: #31a4fc;
}

Whimsical Serenity Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f2f7, #a1e3e8, #e2a7be, #62b9f4, #31a4fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f2f7, #a1e3e8, #e2a7be, #62b9f4, #31a4fc);
}

Whimsical Serenity Spectrum color palette created on .