Sugar Rush Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sugar Rush Delight palette
Sugar Rush Delight color palette CSS
/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a8e1b3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ffb347;
--color-3: #ffd900;
--color-4: #a8e1b3;
--color-5: #ff6e61;
}
Sugar Rush Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ffb347, #ffd900, #a8e1b3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ffb347, #ffd900, #a8e1b3, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Sugar Rush Delight color palette created on .