Paleta de colores Heroic Horizon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Heroic Horizon palette
CSS de la paleta de colores Heroic Horizon
/* CSS */
.color-1 {
color: #3b5d9b;
}
.color-2 {
color: #6c8fb2;
}
.color-3 {
color: #a2c3e2;
}
.color-4 {
color: #f0b4a3;
}
.color-5 {
color: #e05d38;
}
/* CSS Variables */
:root {
--color-1: #3b5d9b;
--color-2: #6c8fb2;
--color-3: #a2c3e2;
--color-4: #f0b4a3;
--color-5: #e05d38;
}
CSS del degradado de fondo Heroic Horizon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5d9b, #6c8fb2, #a2c3e2, #f0b4a3, #e05d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5d9b, #6c8fb2, #a2c3e2, #f0b4a3, #e05d38);
}
Paletas de colores similares
Heroic Horizon color palette created on .