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: #ff4d4d;
}
.color-2 {
color: #ff8e4d;
}
.color-3 {
color: #ffc94d;
}
.color-4 {
color: #ffde4d;
}
.color-5 {
color: #4dff6a;
}
/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8e4d;
--color-3: #ffc94d;
--color-4: #ffde4d;
--color-5: #4dff6a;
}
Candy Apple Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8e4d, #ffc94d, #ffde4d, #4dff6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8e4d, #ffc94d, #ffde4d, #4dff6a);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Candy Apple Red color palette created on .