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: #aac1ca;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #f3d6aa;
}
.color-4 {
color: #f2e8ba;
}
.color-5 {
color: #c7e0c8;
}
/* CSS Variables */
:root {
--color-1: #aac1ca;
--color-2: #e4b5a0;
--color-3: #f3d6aa;
--color-4: #f2e8ba;
--color-5: #c7e0c8;
}
Scandinavian Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac1ca, #e4b5a0, #f3d6aa, #f2e8ba, #c7e0c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac1ca, #e4b5a0, #f3d6aa, #f2e8ba, #c7e0c8);
}
Similar color palettes
Scandinavian Serenity color palette created on .