Nordic Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nordic Serenity palette

Share this palette to:

Nordic Serenity color palette PNG image

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

Nordic Serenity color palette CSS

/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #3b6b87;
}
.color-3 {
color: #6b8e8d;
}
.color-4 {
color: #d9cbaf;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #3b6b87;
--color-3: #6b8e8d;
--color-4: #d9cbaf;
--color-5: #e9b79f;
}

Nordic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #3b6b87, #6b8e8d, #d9cbaf, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #3b6b87, #6b8e8d, #d9cbaf, #e9b79f);
}

Similar color palettes

Scroll down to explore 2 Scandinavian color palettes

Nordic Serenity color palette created on .