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: #f4c3c3;
}
.color-2 {
color: #f5e0a3;
}
.color-3 {
color: #c2e0c6;
}
.color-4 {
color: #9ec4e0;
}
.color-5 {
color: #e09ec4;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f5e0a3;
--color-3: #c2e0c6;
--color-4: #9ec4e0;
--color-5: #e09ec4;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f5e0a3, #c2e0c6, #9ec4e0, #e09ec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f5e0a3, #c2e0c6, #9ec4e0, #e09ec4);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Whispers of Serenity color palette created on .