Scarab Color Palette
Discover the beautiful Scarab color palette featuring como (#4c7b5e), asparagus (#7e9e6b), sea mist (#c2d6c2), akaroa (#d4b6a1) and chestnut (#b4574b).
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 Scarab palette
💻 Scarab color palette CSS
/* CSS */
.color-1 {
color: #4c7b5e;
}
.color-2 {
color: #7e9e6b;
}
.color-3 {
color: #c2d6c2;
}
.color-4 {
color: #d4b6a1;
}
.color-5 {
color: #b4574b;
}
/* CSS Variables */
:root {
--color-1: #4c7b5e;
--color-2: #7e9e6b;
--color-3: #c2d6c2;
--color-4: #d4b6a1;
--color-5: #b4574b;
}
🌈 Scarab background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c7b5e, #7e9e6b, #c2d6c2, #d4b6a1, #b4574b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c7b5e, #7e9e6b, #c2d6c2, #d4b6a1, #b4574b);
}
🔗 Explore similar color palettes
Scarab color palette created on .