Paleta de colores Celestial Gateway
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Gateway palette
CSS de la paleta de colores Celestial Gateway
/* CSS */
.color-1 {
color: #0b4f8e;
}
.color-2 {
color: #1f8b9e;
}
.color-3 {
color: #1fc2d1;
}
.color-4 {
color: #7fd5d7;
}
.color-5 {
color: #c3e7e9;
}
/* CSS Variables */
:root {
--color-1: #0b4f8e;
--color-2: #1f8b9e;
--color-3: #1fc2d1;
--color-4: #7fd5d7;
--color-5: #c3e7e9;
}
CSS del degradado de fondo Celestial Gateway
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b4f8e, #1f8b9e, #1fc2d1, #7fd5d7, #c3e7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b4f8e, #1f8b9e, #1fc2d1, #7fd5d7, #c3e7e9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Estético
Celestial Gateway color palette created on .