Alias Maya Skin Tones Color Palette
Discover the beautiful Alias Maya Skin Tones color palette featuring ironstone (#7e4b3a), sepia skin (#a25c3f), copperfield (#d58d5d), manhattan (#f6b2a2) and marzipan (#f8d4a5).
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 Alias Maya Skin Tones palette
💻 Alias Maya Skin Tones color palette CSS
/* CSS */
.color-1 {
color: #7e4b3a;
}
.color-2 {
color: #a25c3f;
}
.color-3 {
color: #d58d5d;
}
.color-4 {
color: #f6b2a2;
}
.color-5 {
color: #f8d4a5;
}
/* CSS Variables */
:root {
--color-1: #7e4b3a;
--color-2: #a25c3f;
--color-3: #d58d5d;
--color-4: #f6b2a2;
--color-5: #f8d4a5;
}
🌈 Alias Maya Skin Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e4b3a, #a25c3f, #d58d5d, #f6b2a2, #f8d4a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e4b3a, #a25c3f, #d58d5d, #f6b2a2, #f8d4a5);
}
🔗 Explore similar color palettes
Alias Maya Skin Tones color palette created on .