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: #aac9d5;
}
.color-2 {
color: #e8e3d4;
}
.color-3 {
color: #e6b9a8;
}
.color-4 {
color: #d39b69;
}
.color-5 {
color: #bfaf92;
}

/* CSS Variables */
:root {
--color-1: #aac9d5;
--color-2: #e8e3d4;
--color-3: #e6b9a8;
--color-4: #d39b69;
--color-5: #bfaf92;
}

Scandinavian Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac9d5, #e8e3d4, #e6b9a8, #d39b69, #bfaf92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac9d5, #e8e3d4, #e6b9a8, #d39b69, #bfaf92);
}

Similar color palettes

Scandinavian Serenity color palette created on .