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: #f4f5f4;
}
.color-2 {
color: #d6d7d5;
}
.color-3 {
color: #b4b1ac;
}
.color-4 {
color: #a98a6a;
}
.color-5 {
color: #838595;
}

/* CSS Variables */
:root {
--color-1: #f4f5f4;
--color-2: #d6d7d5;
--color-3: #b4b1ac;
--color-4: #a98a6a;
--color-5: #838595;
}

Whispers of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f5f4, #d6d7d5, #b4b1ac, #a98a6a, #838595);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f5f4, #d6d7d5, #b4b1ac, #a98a6a, #838595);
}

Whispers of Serenity color palette created on .