Paleta de colores Faithful Horizons
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Faithful Horizons palette
CSS de la paleta de colores Faithful Horizons
/* CSS */
.color-1 {
color: #697ace;
}
.color-2 {
color: #b2c9e0;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #f27c5f;
}
.color-5 {
color: #d15400;
}
/* CSS Variables */
:root {
--color-1: #697ace;
--color-2: #b2c9e0;
--color-3: #f1c84b;
--color-4: #f27c5f;
--color-5: #d15400;
}
CSS del degradado de fondo Faithful Horizons
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #697ace, #b2c9e0, #f1c84b, #f27c5f, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #697ace, #b2c9e0, #f1c84b, #f27c5f, #d15400);
}
Paletas de colores similares
Faithful Horizons color palette created on .