Historia Color Palette
Discover the beautiful Historia color palette featuring kobi (#eab8d1), light wisteria (#d6a1d9), cold purple (#a3b6e0), shakespeare (#4e9ed0) and jelly bean (#2c7d9b).
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 Historia palette
💻 Historia color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d6a1d9;
}
.color-3 {
color: #a3b6e0;
}
.color-4 {
color: #4e9ed0;
}
.color-5 {
color: #2c7d9b;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d6a1d9;
--color-3: #a3b6e0;
--color-4: #4e9ed0;
--color-5: #2c7d9b;
} 🌈 Historia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d6a1d9, #a3b6e0, #4e9ed0, #2c7d9b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d6a1d9, #a3b6e0, #4e9ed0, #2c7d9b);
} 🔗 Explore similar color palettes
Historia color palette created on .