Whispers of Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
Whispers of Serenity color palette CSS
/* CSS */
.color-1 {
color: #e5e4d6;
}
.color-2 {
color: #b2b7b8;
}
.color-3 {
color: #b5b569;
}
.color-4 {
color: #959183;
}
.color-5 {
color: #758aa9;
}
/* CSS Variables */
:root {
--color-1: #e5e4d6;
--color-2: #b2b7b8;
--color-3: #b5b569;
--color-4: #959183;
--color-5: #758aa9;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e4d6, #b2b7b8, #b5b569, #959183, #758aa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e4d6, #b2b7b8, #b5b569, #959183, #758aa9);
}
Similar color palettes
Scroll down to explore 3 Soft beige color palettes
Whispers of Serenity color palette created on .