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