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: #fafbf9;
}
.color-3 {
color: #f6efdf;
}
.color-4 {
color: #efdbc3;
}
.color-5 {
color: #d3bdab;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafbf9;
--color-3: #f6efdf;
--color-4: #efdbc3;
--color-5: #d3bdab;
}

Whispers of Soft Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafbf9, #f6efdf, #efdbc3, #d3bdab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafbf9, #f6efdf, #efdbc3, #d3bdab);
}

Similar color palettes

Whispers of Soft Serenity color palette created on .