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 CSS

/* CSS */
.color-1 {
color: #f0e3d6;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6aa2d2;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #4f8c5b;
}

/* CSS Variables */
:root {
--color-1: #f0e3d6;
--color-2: #a3c7e0;
--color-3: #6aa2d2;
--color-4: #009975;
--color-5: #4f8c5b;
}

Nordic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e3d6, #a3c7e0, #6aa2d2, #009975, #4f8c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e3d6, #a3c7e0, #6aa2d2, #009975, #4f8c5b);
}

Nordic Serenity color palette created on .