Dino Delight Color Palette
Discover the beautiful Dino Delight color palette featuring yellow green (#b5e48b), feijoa (#99d98c), de york (#74c892), silver tree (#52b788) and elm (#1d8b6e).
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 Dino Delight palette
💻 Dino Delight color palette CSS
/* CSS */
.color-1 {
color: #b5e48b;
}
.color-2 {
color: #99d98c;
}
.color-3 {
color: #74c892;
}
.color-4 {
color: #52b788;
}
.color-5 {
color: #1d8b6e;
}
/* CSS Variables */
:root {
--color-1: #b5e48b;
--color-2: #99d98c;
--color-3: #74c892;
--color-4: #52b788;
--color-5: #1d8b6e;
} 🌈 Dino Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e48b, #99d98c, #74c892, #52b788, #1d8b6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e48b, #99d98c, #74c892, #52b788, #1d8b6e);
} 🔗 Explore similar color palettes
Dino Delight color palette created on .