Paleta de colores Deep Blue Celestial
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Deep Blue Celestial palette
CSS de la paleta de colores Deep Blue Celestial
/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #3a4b78;
}
.color-3 {
color: #4e7cb1;
}
.color-4 {
color: #6cb4e4;
}
.color-5 {
color: #a1dff7;
}
/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #3a4b78;
--color-3: #4e7cb1;
--color-4: #6cb4e4;
--color-5: #a1dff7;
}
CSS del degradado de fondo Deep Blue Celestial
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #3a4b78, #4e7cb1, #6cb4e4, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #3a4b78, #4e7cb1, #6cb4e4, #a1dff7);
}
Paletas de colores similares
Deep Blue Celestial color palette created on .