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: #fdfdfc;
}
.color-3 {
color: #f9f6f0;
}
.color-4 {
color: #f5e8db;
}
.color-5 {
color: #fcdec5;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fdfdfc;
--color-3: #f9f6f0;
--color-4: #f5e8db;
--color-5: #fcdec5;
}

Whispers of Soft Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fdfdfc, #f9f6f0, #f5e8db, #fcdec5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fdfdfc, #f9f6f0, #f5e8db, #fcdec5);
}

Whispers of Soft Serenity color palette created on .