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: #0071b8;
}
.color-2 {
color: #5bb9e1;
}
.color-3 {
color: #a4d6e5;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f65b28;
}

/* CSS Variables */
:root {
--color-1: #0071b8;
--color-2: #5bb9e1;
--color-3: #a4d6e5;
--color-4: #f5a300;
--color-5: #f65b28;
}

Nordic Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b8, #5bb9e1, #a4d6e5, #f5a300, #f65b28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b8, #5bb9e1, #a4d6e5, #f5a300, #f65b28);
}

Nordic Serenity color palette created on .