Virgil's Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Virgil's Horizon palette
Virgil's Horizon color palette CSS
/* CSS */
.color-1 {
color: #3b4e9b;
}
.color-2 {
color: #5f7db9;
}
.color-3 {
color: #8ab5e0;
}
.color-4 {
color: #efc2a4;
}
.color-5 {
color: #e46d62;
}
/* CSS Variables */
:root {
--color-1: #3b4e9b;
--color-2: #5f7db9;
--color-3: #8ab5e0;
--color-4: #efc2a4;
--color-5: #e46d62;
}
Virgil's Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4e9b, #5f7db9, #8ab5e0, #efc2a4, #e46d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4e9b, #5f7db9, #8ab5e0, #efc2a4, #e46d62);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Virgil's Horizon color palette created on .