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: #e2e1da;
}
.color-2 {
color: #d1cec7;
}
.color-3 {
color: #c3beb6;
}
.color-4 {
color: #b6ada5;
}
.color-5 {
color: #a4998e;
}

/* CSS Variables */
:root {
--color-1: #e2e1da;
--color-2: #d1cec7;
--color-3: #c3beb6;
--color-4: #b6ada5;
--color-5: #a4998e;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e1da, #d1cec7, #c3beb6, #b6ada5, #a4998e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e1da, #d1cec7, #c3beb6, #b6ada5, #a4998e);
}

Whispers of Serenity color palette created on .