Black and Cream Garden Color Palette
Discover the beautiful Black and Cream Garden color palette featuring cod gray (#1a1a1a), moss green (#a8d79d), white (#ffffff), negroni (#ffe3c2) and sprout (#c3d9a6).
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 Black and Cream Garden palette
💻 Black and Cream Garden color palette CSS
/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #a8d79d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #ffe3c2;
}
.color-5 {
color: #c3d9a6;
}
/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #a8d79d;
--color-3: #ffffff;
--color-4: #ffe3c2;
--color-5: #c3d9a6;
} 🌈 Black and Cream Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #a8d79d, #ffffff, #ffe3c2, #c3d9a6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #a8d79d, #ffffff, #ffe3c2, #c3d9a6);
} 🔗 Explore similar color palettes
Black and Cream Garden color palette created on .