Scandinavian Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scandinavian Serenity palette
Scandinavian Serenity color palette PNG image
Scandinavian Serenity color palette CSS
/* CSS */
.color-1 {
color: #e2e5e9;
}
.color-2 {
color: #b6c8c8;
}
.color-3 {
color: #a7d7cf;
}
.color-4 {
color: #f1e5d0;
}
.color-5 {
color: #d9bba0;
}
/* CSS Variables */
:root {
--color-1: #e2e5e9;
--color-2: #b6c8c8;
--color-3: #a7d7cf;
--color-4: #f1e5d0;
--color-5: #d9bba0;
}
Scandinavian Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e5e9, #b6c8c8, #a7d7cf, #f1e5d0, #d9bba0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e5e9, #b6c8c8, #a7d7cf, #f1e5d0, #d9bba0);
}
Similar color palettes
Scroll down to explore 2 Scandinavian color palettes
Scandinavian Serenity color palette created on .