Shelly Fossilian Color Palette
Discover the beautiful Shelly Fossilian color palette featuring wax flower (#ffc0a3), salmon (#ff8e6b), outrageous orange (#ff5e3d), red orange (#ff3e29) and torch red (#ff1a1a).
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 Shelly Fossilian palette
💻 Shelly Fossilian color palette CSS
/* CSS */
.color-1 {
color: #ffc0a3;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ff5e3d;
}
.color-4 {
color: #ff3e29;
}
.color-5 {
color: #ff1a1a;
}
/* CSS Variables */
:root {
--color-1: #ffc0a3;
--color-2: #ff8e6b;
--color-3: #ff5e3d;
--color-4: #ff3e29;
--color-5: #ff1a1a;
} 🌈 Shelly Fossilian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc0a3, #ff8e6b, #ff5e3d, #ff3e29, #ff1a1a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc0a3, #ff8e6b, #ff5e3d, #ff3e29, #ff1a1a);
} 🔗 Explore similar color palettes
Shelly Fossilian color palette created on .