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: #ffffff;
}
.color-2 {
color: #f7f6f3;
}
.color-3 {
color: #fef7cd;
}
.color-4 {
color: #fddde7;
}
.color-5 {
color: #c5e1fc;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f6f3;
--color-3: #fef7cd;
--color-4: #fddde7;
--color-5: #c5e1fc;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f6f3, #fef7cd, #fddde7, #c5e1fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f6f3, #fef7cd, #fddde7, #c5e1fc);
}
Similar color palettes
Scroll down to explore 8 White color palettes
Whispers of Serenity color palette created on .