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