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 PNG image

Download whimsical serenity color palette PNG image (landscape)
Download whimsical serenity color palette PNG image (square)

Whimsical Serenity color palette CSS

/* CSS */
.color-1 {
color: #f4f1e6;
}
.color-2 {
color: #dab68b;
}
.color-3 {
color: #e65b89;
}
.color-4 {
color: #5d8e8b;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #f4f1e6;
--color-2: #dab68b;
--color-3: #e65b89;
--color-4: #5d8e8b;
--color-5: #a1c6d4;
}

Whimsical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f1e6, #dab68b, #e65b89, #5d8e8b, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f1e6, #dab68b, #e65b89, #5d8e8b, #a1c6d4);
}

Whimsical Serenity color palette created on .