Buzzing Dusk Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Buzzing Dusk palette

Share this palette to:

Buzzing Dusk color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f2b650;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #d67a4c;
}
.color-5 {
color: #493c31;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f2b650;
--color-3: #f4a462;
--color-4: #d67a4c;
--color-5: #493c31;
}

Buzzing Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f2b650, #f4a462, #d67a4c, #493c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f2b650, #f4a462, #d67a4c, #493c31);
}

Buzzing Dusk color palette created on .