Nutty Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Nutty Delight palette

Condividi questa palette a:

tavolozza dei colori Nutty Delight CSS

/* CSS */
.color-1 {
color: #d19a4d;
}
.color-2 {
color: #b57c3b;
}
.color-3 {
color: #a55e31;
}
.color-4 {
color: #6d492c;
}
.color-5 {
color: #3b2e2b;
}

/* CSS Variables */
:root {
--color-1: #d19a4d;
--color-2: #b57c3b;
--color-3: #a55e31;
--color-4: #6d492c;
--color-5: #3b2e2b;
}

CSS con gradiente di sfondo Nutty Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19a4d, #b57c3b, #a55e31, #6d492c, #3b2e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19a4d, #b57c3b, #a55e31, #6d492c, #3b2e2b);
}

Nutty Delight color palette created on .