Elegant Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Serenity palette
Elegant Serenity color palette PNG image
Elegant Serenity color palette CSS
/* CSS */
.color-1 {
color: #d8e6e9;
}
.color-2 {
color: #b4caca;
}
.color-3 {
color: #7a9a9f;
}
.color-4 {
color: #4b7277;
}
.color-5 {
color: #2e4d4a;
}
/* CSS Variables */
:root {
--color-1: #d8e6e9;
--color-2: #b4caca;
--color-3: #7a9a9f;
--color-4: #4b7277;
--color-5: #2e4d4a;
}
Elegant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e6e9, #b4caca, #7a9a9f, #4b7277, #2e4d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e6e9, #b4caca, #7a9a9f, #4b7277, #2e4d4a);
}
Similar color palettes
Scroll down to explore 200+ Scandinavian color palettes
Elegant Serenity color palette created on .