Nordic Greens Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nordic Greens palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Nordic Greens

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

tavolozza dei colori Nordic Greens CSS

/* CSS */
.color-1 {
color: #a7bd9e;
}
.color-2 {
color: #9fc6a3;
}
.color-3 {
color: #b3d5b8;
}
.color-4 {
color: #e7e9b4;
}
.color-5 {
color: #f3d4af;
}

/* CSS Variables */
:root {
--color-1: #a7bd9e;
--color-2: #9fc6a3;
--color-3: #b3d5b8;
--color-4: #e7e9b4;
--color-5: #f3d4af;
}

CSS con gradiente di sfondo Nordic Greens

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7bd9e, #9fc6a3, #b3d5b8, #e7e9b4, #f3d4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7bd9e, #9fc6a3, #b3d5b8, #e7e9b4, #f3d4af);
}

Nordic Greens color palette created on .