Nordic Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nordic Breeze palette
Nordic Breeze color palette PNG image
Nordic Breeze color palette CSS
/* CSS */
.color-1 {
color: #a2c2e2;
}
.color-2 {
color: #b7d4e6;
}
.color-3 {
color: #dfeff6;
}
.color-4 {
color: #c0d8d3;
}
.color-5 {
color: #79af8d;
}
/* CSS Variables */
:root {
--color-1: #a2c2e2;
--color-2: #b7d4e6;
--color-3: #dfeff6;
--color-4: #c0d8d3;
--color-5: #79af8d;
}
Nordic Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Nordic Breeze color palette created on .