Sugar Rush Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sugar Rush Delight palette

Share this palette to:

Sugar Rush Delight color palette CSS

/* CSS */
.color-1 {
color: #fbcb89;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f54e38;
}
.color-4 {
color: #d36992;
}
.color-5 {
color: #a763bf;
}

/* CSS Variables */
:root {
--color-1: #fbcb89;
--color-2: #fab700;
--color-3: #f54e38;
--color-4: #d36992;
--color-5: #a763bf;
}

Sugar Rush Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbcb89, #fab700, #f54e38, #d36992, #a763bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbcb89, #fab700, #f54e38, #d36992, #a763bf);
}

Sugar Rush Delight color palette created on .