Shelly Fossilian Color Palette
Discover the beautiful Shelly Fossilian color palette featuring sweet corn (#fce68d), beeswax (#fef2c8), oasis (#fee8c8), cinderella (#fcd4cf) and cherub (#f5d2f5).
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: #fce68d;
}
.color-2 {
color: #fef2c8;
}
.color-3 {
color: #fee8c8;
}
.color-4 {
color: #fcd4cf;
}
.color-5 {
color: #f5d2f5;
}
/* CSS Variables */
:root {
--color-1: #fce68d;
--color-2: #fef2c8;
--color-3: #fee8c8;
--color-4: #fcd4cf;
--color-5: #f5d2f5;
} 🌈 Shelly Fossilian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce68d, #fef2c8, #fee8c8, #fcd4cf, #f5d2f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce68d, #fef2c8, #fee8c8, #fcd4cf, #f5d2f5);
} 🔗 Explore similar color palettes
Shelly Fossilian color palette created on .