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: #78c7f2;
}
.color-2 {
color: #4ba3e2;
}
.color-3 {
color: #2b8fc5;
}
.color-4 {
color: #1f6a98;
}
.color-5 {
color: #0e4b77;
}
/* CSS Variables */
:root {
--color-1: #78c7f2;
--color-2: #4ba3e2;
--color-3: #2b8fc5;
--color-4: #1f6a98;
--color-5: #0e4b77;
}
CSS del degradado de fondo Celestial Blues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c7f2, #4ba3e2, #2b8fc5, #1f6a98, #0e4b77);
}
Paletas de colores similares
Celestial Blues color palette created on .