Red Candy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Candy palette

Share this palette to:

Red Candy color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffe15c;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ffa142;
--color-3: #ffe15c;
--color-4: #4cae4f;
--color-5: #4b91e2;
}

Red Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ffa142, #ffe15c, #4cae4f, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ffa142, #ffe15c, #4cae4f, #4b91e2);
}

Red Candy color palette created on .