Nordic Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nordic Sunrise palette

Share this palette to:

Nordic Sunrise color palette PNG image

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

Nordic Sunrise color palette CSS

/* CSS */
.color-1 {
color: #3b5a8c;
}
.color-2 {
color: #599ac0;
}
.color-3 {
color: #8cd1e8;
}
.color-4 {
color: #f0e2a8;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #3b5a8c;
--color-2: #599ac0;
--color-3: #8cd1e8;
--color-4: #f0e2a8;
--color-5: #f39c12;
}

Nordic Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5a8c, #599ac0, #8cd1e8, #f0e2a8, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5a8c, #599ac0, #8cd1e8, #f0e2a8, #f39c12);
}

Nordic Sunrise color palette created on .