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: #fbfdfe;
}
.color-2 {
color: #eef8fb;
}
.color-3 {
color: #f2f2f3;
}
.color-4 {
color: #d8eaee;
}
.color-5 {
color: #ecd6d5;
}
/* CSS Variables */
:root {
--color-1: #fbfdfe;
--color-2: #eef8fb;
--color-3: #f2f2f3;
--color-4: #d8eaee;
--color-5: #ecd6d5;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfdfe, #eef8fb, #f2f2f3, #d8eaee, #ecd6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfdfe, #eef8fb, #f2f2f3, #d8eaee, #ecd6d5);
}
Similar color palettes
Whispers of Serenity color palette created on .