Historia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Historia palette
Download Historia Color Palette (PNG)
Historia color palette CSS
/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d6a1d9;
}
.color-3 {
color: #a3b7e0;
}
.color-4 {
color: #4e9ed0;
}
.color-5 {
color: #2c7d9b;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d6a1d9;
--color-3: #a3b7e0;
--color-4: #4e9ed0;
--color-5: #2c7d9b;
}
Historia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d6a1d9, #a3b7e0, #4e9ed0, #2c7d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d6a1d9, #a3b7e0, #4e9ed0, #2c7d9b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Historia color palette created on .