Red Apples Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Apples palette
Red Apples color palette CSS
/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff9d5c;
--color-3: #ffcb5c;
--color-4: #f5f5f5;
--color-5: #4cae4f;
}
Red Apples background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff9d5c, #ffcb5c, #f5f5f5, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff9d5c, #ffcb5c, #f5f5f5, #4cae4f);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Red Apples color palette created on .