Undead Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Undead Serenity palette
Undead Serenity color palette CSS
/* CSS */
.color-1 {
color: #7a997c;
}
.color-2 {
color: #99b89d;
}
.color-3 {
color: #b3d0b7;
}
.color-4 {
color: #d4e4c4;
}
.color-5 {
color: #e5f0e5;
}
/* CSS Variables */
:root {
--color-1: #7a997c;
--color-2: #99b89d;
--color-3: #b3d0b7;
--color-4: #d4e4c4;
--color-5: #e5f0e5;
}
Undead Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a997c, #99b89d, #b3d0b7, #d4e4c4, #e5f0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a997c, #99b89d, #b3d0b7, #d4e4c4, #e5f0e5);
}
Similar color palettes
Undead Serenity color palette created on .