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: #ffffff;
}
.color-2 {
color: #f8f8f7;
}
.color-3 {
color: #d5cbd8;
}
.color-4 {
color: #ddcdbb;
}
.color-5 {
color: #aeafc7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8f8f7;
--color-3: #d5cbd8;
--color-4: #ddcdbb;
--color-5: #aeafc7;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8f8f7, #d5cbd8, #ddcdbb, #aeafc7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8f8f7, #d5cbd8, #ddcdbb, #aeafc7);
}

Similar color palettes

Scroll down to explore 2 White color palettes

Whispers of Serenity color palette created on .