Whispers of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

Share this palette to:

Whispers of Serenity color palette CSS

/* CSS */
.color-1 {
color: #b6c8c2;
}
.color-2 {
color: #d2e0d1;
}
.color-3 {
color: #e8f4e1;
}
.color-4 {
color: #f2e7c5;
}
.color-5 {
color: #f9d1a4;
}

/* CSS Variables */
:root {
--color-1: #b6c8c2;
--color-2: #d2e0d1;
--color-3: #e8f4e1;
--color-4: #f2e7c5;
--color-5: #f9d1a4;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c2, #d2e0d1, #e8f4e1, #f2e7c5, #f9d1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c2, #d2e0d1, #e8f4e1, #f2e7c5, #f9d1a4);
}

Whispers of Serenity color palette created on .