Autumnal Nook Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Autumnal Nook palette

Condividi questa palette a:

tavolozza dei colori Autumnal Nook CSS

/* CSS */
.color-1 {
color: #e3af9c;
}
.color-2 {
color: #d9a378;
}
.color-3 {
color: #c68c5d;
}
.color-4 {
color: #a67c4e;
}
.color-5 {
color: #6d5d3b;
}

/* CSS Variables */
:root {
--color-1: #e3af9c;
--color-2: #d9a378;
--color-3: #c68c5d;
--color-4: #a67c4e;
--color-5: #6d5d3b;
}

CSS con gradiente di sfondo Autumnal Nook

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3af9c, #d9a378, #c68c5d, #a67c4e, #6d5d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3af9c, #d9a378, #c68c5d, #a67c4e, #6d5d3b);
}

Autumnal Nook color palette created on .