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