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