Whimsical Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Burst palette

Share this palette to:

Whimsical Burst color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #f26e6e;
}
.color-4 {
color: #d94a91;
}
.color-5 {
color: #a55eb5;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #f26e6e;
--color-4: #d94a91;
--color-5: #a55eb5;
}

Whimsical Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #f26e6e, #d94a91, #a55eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #f26e6e, #d94a91, #a55eb5);
}

Whimsical Burst color palette created on .