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