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: #ff382e;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #6ed06d;
}
.color-4 {
color: #4d8bff;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #ff382e;
--color-2: #ffcc00;
--color-3: #6ed06d;
--color-4: #4d8bff;
--color-5: #ff7142;
}

Red Candy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff382e, #ffcc00, #6ed06d, #4d8bff, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff382e, #ffcc00, #6ed06d, #4d8bff, #ff7142);
}

Red Candy color palette created on .