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