Scandinavian Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Scandinavian Serenity palette

Share this palette to:

Scandinavian Serenity color palette PNG image

Download scandinavian serenity color palette PNG image (landscape)
Download scandinavian serenity color palette PNG image (square)

Scandinavian Serenity color palette CSS

/* CSS */
.color-1 {
color: #a2b3c3;
}
.color-2 {
color: #b3c4d6;
}
.color-3 {
color: #d7e3ea;
}
.color-4 {
color: #f3f4f6;
}
.color-5 {
color: #e8e8e8;
}

/* CSS Variables */
:root {
--color-1: #a2b3c3;
--color-2: #b3c4d6;
--color-3: #d7e3ea;
--color-4: #f3f4f6;
--color-5: #e8e8e8;
}

Scandinavian Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b3c3, #b3c4d6, #d7e3ea, #f3f4f6, #e8e8e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b3c3, #b3c4d6, #d7e3ea, #f3f4f6, #e8e8e8);
}

Scandinavian Serenity color palette created on .