Nordic Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nordic Breeze palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Nordic Breeze

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

tavolozza dei colori Nordic Breeze 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;
}

CSS con gradiente di sfondo Nordic Breeze

/* 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);
}

Nordic Breeze color palette created on .