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: #ff6b81;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #a2d94a;
}
.color-5 {
color: #5dcfef;
}
/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff9a57;
--color-3: #ffcd29;
--color-4: #a2d94a;
--color-5: #5dcfef;
}
Sugar Rush Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff9a57, #ffcd29, #a2d94a, #5dcfef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff9a57, #ffcd29, #a2d94a, #5dcfef);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Sugar Rush Delight color palette created on .