Whispers of Soft Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Soft Serenity palette

Share this palette to:

Whispers of Soft Serenity color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f8f8;
}
.color-3 {
color: #edeeed;
}
.color-4 {
color: #d7dfdc;
}
.color-5 {
color: #aeb2b0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f8f8;
--color-3: #edeeed;
--color-4: #d7dfdc;
--color-5: #aeb2b0;
}

Whispers of Soft Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f8f8, #edeeed, #d7dfdc, #aeb2b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f8f8, #edeeed, #d7dfdc, #aeb2b0);
}

Similar color palettes

Scroll down to explore 3 White color palettes

Whispers of Soft Serenity color palette created on .