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: #ff6161;
}
.color-2 {
color: #61ff61;
}
.color-3 {
color: #52d1ff;
}
.color-4 {
color: #2e9aff;
}
.color-5 {
color: #001df5;
}
/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #61ff61;
--color-3: #52d1ff;
--color-4: #2e9aff;
--color-5: #001df5;
}
Whispers of Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #61ff61, #52d1ff, #2e9aff, #001df5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #61ff61, #52d1ff, #2e9aff, #001df5);
}
Similar color palettes
Whispers of Serenity color palette created on .