Paleta de colores Celestial Blues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Blues palette
CSS de la paleta de colores Celestial Blues
/* CSS */
.color-1 {
color: #005c99;
}
.color-2 {
color: #0085c7;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #20b7e9;
}
.color-5 {
color: #62d8f9;
}
/* CSS Variables */
:root {
--color-1: #005c99;
--color-2: #0085c7;
--color-3: #00a5e0;
--color-4: #20b7e9;
--color-5: #62d8f9;
}
CSS del degradado de fondo Celestial Blues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005c99, #0085c7, #00a5e0, #20b7e9, #62d8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005c99, #0085c7, #00a5e0, #20b7e9, #62d8f9);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Celestial Blues color palette created on .