Sweet Treat Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Treat Delight palette

Share this palette to:

Sweet Treat Delight color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe180;
}
.color-4 {
color: #b3ff70;
}
.color-5 {
color: #50c2f7;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffb84d;
--color-3: #ffe180;
--color-4: #b3ff70;
--color-5: #50c2f7;
}

Sweet Treat Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffb84d, #ffe180, #b3ff70, #50c2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffb84d, #ffe180, #b3ff70, #50c2f7);
}

Sweet Treat Delight color palette created on .