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