Bug's Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bug's Delight palette

Share this palette to:

Bug's Delight color palette CSS

/* CSS */
.color-1 {
color: #d1d4b5;
}
.color-2 {
color: #879f7a;
}
.color-3 {
color: #596c4b;
}
.color-4 {
color: #ffb061;
}
.color-5 {
color: #f36f58;
}

/* CSS Variables */
:root {
--color-1: #d1d4b5;
--color-2: #879f7a;
--color-3: #596c4b;
--color-4: #ffb061;
--color-5: #f36f58;
}

Bug's Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d4b5, #879f7a, #596c4b, #ffb061, #f36f58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d4b5, #879f7a, #596c4b, #ffb061, #f36f58);
}

Bug's Delight color palette created on .