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: #3f4b4b;
}
.color-2 {
color: #a8b3b3;
}
.color-3 {
color: #c5d3d3;
}
.color-4 {
color: #e4e7e7;
}
.color-5 {
color: #f4f6f6;
}

/* CSS Variables */
:root {
--color-1: #3f4b4b;
--color-2: #a8b3b3;
--color-3: #c5d3d3;
--color-4: #e4e7e7;
--color-5: #f4f6f6;
}

Nordic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4b4b, #a8b3b3, #c5d3d3, #e4e7e7, #f4f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4b4b, #a8b3b3, #c5d3d3, #e4e7e7, #f4f6f6);
}

Nordic Serenity color palette created on .