Old Period Color Palette
Discover the beautiful Old Period color palette featuring akaroa (#d6c9a4), hillary (#b2a88a), almond frost (#8e7a6b), tobacco brown (#6c5b4b) and mondo (#4d3e33).
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 Old Period palette
💻 Old Period color palette CSS
/* CSS */
.color-1 {
color: #d6c9a4;
}
.color-2 {
color: #b2a88a;
}
.color-3 {
color: #8e7a6b;
}
.color-4 {
color: #6c5b4b;
}
.color-5 {
color: #4d3e33;
}
/* CSS Variables */
:root {
--color-1: #d6c9a4;
--color-2: #b2a88a;
--color-3: #8e7a6b;
--color-4: #6c5b4b;
--color-5: #4d3e33;
} 🌈 Old Period background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c9a4, #b2a88a, #8e7a6b, #6c5b4b, #4d3e33);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c9a4, #b2a88a, #8e7a6b, #6c5b4b, #4d3e33);
} 🔗 Explore similar color palettes
Old Period color palette created on .