Adam Color Palette
Discover the beautiful Adam color palette featuring sanguine brown (#8c3b3b), anzac (#e6b84c), manhattan (#f4c89f), morning glory (#a3d6e0) and ming (#3c7a8b).
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 Adam palette
💻 Adam color palette CSS
/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #e6b84c;
}
.color-3 {
color: #f4c89f;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #3c7a8b;
}
/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #e6b84c;
--color-3: #f4c89f;
--color-4: #a3d6e0;
--color-5: #3c7a8b;
} 🌈 Adam background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #e6b84c, #f4c89f, #a3d6e0, #3c7a8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #e6b84c, #f4c89f, #a3d6e0, #3c7a8b);
} 🔗 Explore similar color palettes
Adam color palette created on .