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: #ffcdcc;
}
.color-2 {
color: #ff85b4;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d7f;
}
.color-5 {
color: #ff295e;
}

/* CSS Variables */
:root {
--color-1: #ffcdcc;
--color-2: #ff85b4;
--color-3: #ff7092;
--color-4: #ff4d7f;
--color-5: #ff295e;
}

Sugar Rush Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdcc, #ff85b4, #ff7092, #ff4d7f, #ff295e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdcc, #ff85b4, #ff7092, #ff4d7f, #ff295e);
}

Similar color palettes

Scroll down to explore 2 Pink color palettes

Sugar Rush Delight color palette created on .