Red Apple Color Palette
Discover the beautiful Red Apple color palette featuring sunset orange (#ff4c38), salmon (#ff8566), hit pink (#ffb28f), navajo white (#ffd7a3) and barley white (#fff1d1).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Red Apple palette
💻 Red Apple color palette CSS
/* CSS */
.color-1 {
color: #ff4c38;
}
.color-2 {
color: #ff8566;
}
.color-3 {
color: #ffb28f;
}
.color-4 {
color: #ffd7a3;
}
.color-5 {
color: #fff1d1;
}
/* CSS Variables */
:root {
--color-1: #ff4c38;
--color-2: #ff8566;
--color-3: #ffb28f;
--color-4: #ffd7a3;
--color-5: #fff1d1;
}
🌈 Red Apple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4c38, #ff8566, #ffb28f, #ffd7a3, #fff1d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4c38, #ff8566, #ffb28f, #ffd7a3, #fff1d1);
}
🔗 Explore similar color palettes
Red Apple color palette created on .