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: #fdc2af;
}
.color-2 {
color: #fcdcb6;
}
.color-3 {
color: #fbf0b1;
}
.color-4 {
color: #a5f3c2;
}
.color-5 {
color: #a7e7f6;
}
/* CSS Variables */
:root {
--color-1: #fdc2af;
--color-2: #fcdcb6;
--color-3: #fbf0b1;
--color-4: #a5f3c2;
--color-5: #a7e7f6;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdc2af, #fcdcb6, #fbf0b1, #a5f3c2, #a7e7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdc2af, #fcdcb6, #fbf0b1, #a5f3c2, #a7e7f6);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Whispers of Serenity color palette created on .