Blue Nordic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Nordic palette

Share this palette to:

Blue Nordic color palette CSS

/* CSS */
.color-1 {
color: #a8c8e6;
}
.color-2 {
color: #f2e0b1;
}
.color-3 {
color: #efae8a;
}
.color-4 {
color: #cdae89;
}
.color-5 {
color: #e67a7a;
}

/* CSS Variables */
:root {
--color-1: #a8c8e6;
--color-2: #f2e0b1;
--color-3: #efae8a;
--color-4: #cdae89;
--color-5: #e67a7a;
}

Blue Nordic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e6, #f2e0b1, #efae8a, #cdae89, #e67a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e6, #f2e0b1, #efae8a, #cdae89, #e67a7a);
}

Blue Nordic color palette created on .