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: #d0e7e3;
}
.color-2 {
color: #a2c8c6;
}
.color-3 {
color: #6b9e9d;
}
.color-4 {
color: #4b7c7b;
}
.color-5 {
color: #2b4a4a;
}
/* CSS Variables */
:root {
--color-1: #d0e7e3;
--color-2: #a2c8c6;
--color-3: #6b9e9d;
--color-4: #4b7c7b;
--color-5: #2b4a4a;
}
Scandinavian Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0e7e3, #a2c8c6, #6b9e9d, #4b7c7b, #2b4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0e7e3, #a2c8c6, #6b9e9d, #4b7c7b, #2b4a4a);
}
Similar color palettes
Scroll down to explore 2 Scandinavian color palettes
Scandinavian Serenity color palette created on .