Whimsical Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

Share this palette to:

Whimsical Serenity color palette CSS

/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f6e9a7;
}
.color-4 {
color: #a1d9a4;
}
.color-5 {
color: #7cb7e4;
}

/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #e9b79f;
--color-3: #f6e9a7;
--color-4: #a1d9a4;
--color-5: #7cb7e4;
}

Whimsical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #e9b79f, #f6e9a7, #a1d9a4, #7cb7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #e9b79f, #f6e9a7, #a1d9a4, #7cb7e4);
}

Whimsical Serenity color palette created on .