Candy Apple Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy Apple Red palette
Candy Apple Red color palette CSS
/* CSS */
.color-1 {
color: #da7171;
}
.color-2 {
color: #da9871;
}
.color-3 {
color: #dabb71;
}
.color-4 {
color: #dac771;
}
.color-5 {
color: #71da83;
}
/* CSS Variables */
:root {
--color-1: #da7171;
--color-2: #da9871;
--color-3: #dabb71;
--color-4: #dac771;
--color-5: #71da83;
}
Candy Apple Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da7171, #da9871, #dabb71, #dac771, #71da83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da7171, #da9871, #dabb71, #dac771, #71da83);
}
Similar color palettes
Candy Apple Red color palette created on .