Whispers of Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
Image Gallery
Whispers of Serenity color palette CSS
/* CSS */
.color-1 {
color: #edf0f2;
}
.color-2 {
color: #c1d9fb;
}
.color-3 {
color: #d1d6cc;
}
.color-4 {
color: #d7d089;
}
.color-5 {
color: #adc7eb;
}
/* CSS Variables */
:root {
--color-1: #edf0f2;
--color-2: #c1d9fb;
--color-3: #d1d6cc;
--color-4: #d7d089;
--color-5: #adc7eb;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edf0f2, #c1d9fb, #d1d6cc, #d7d089, #adc7eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edf0f2, #c1d9fb, #d1d6cc, #d7d089, #adc7eb);
}
Similar color palettes
Whispers of Serenity color palette created on .