Nutty Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nutty Delight palette

Share this palette to:

Nutty Delight color palette 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;
}

Nutty Delight background gradient CSS

/* 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 .