Paleta de colores Celestial Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Horizon palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Horizon

/* CSS */
.color-1 {
color: #3b5b9b;
}
.color-2 {
color: #7a9db8;
}
.color-3 {
color: #b5d7e3;
}
.color-4 {
color: #e2a579;
}
.color-5 {
color: #f5683d;
}

/* CSS Variables */
:root {
--color-1: #3b5b9b;
--color-2: #7a9db8;
--color-3: #b5d7e3;
--color-4: #e2a579;
--color-5: #f5683d;
}

CSS del degradado de fondo Celestial Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b9b, #7a9db8, #b5d7e3, #e2a579, #f5683d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b9b, #7a9db8, #b5d7e3, #e2a579, #f5683d);
}

Celestial Horizon color palette created on .