Paleta de colores Celestial Sapphire Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Sapphire Dreams palette
CSS de la paleta de colores Celestial Sapphire Dreams
/* CSS */
.color-1 {
color: #0e4f8b;
}
.color-2 {
color: #1a7fcb;
}
.color-3 {
color: #4ac2e3;
}
.color-4 {
color: #80d8e5;
}
.color-5 {
color: #a4f1f4;
}
/* CSS Variables */
:root {
--color-1: #0e4f8b;
--color-2: #1a7fcb;
--color-3: #4ac2e3;
--color-4: #80d8e5;
--color-5: #a4f1f4;
}
CSS del degradado de fondo Celestial Sapphire Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0e4f8b, #1a7fcb, #4ac2e3, #80d8e5, #a4f1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0e4f8b, #1a7fcb, #4ac2e3, #80d8e5, #a4f1f4);
}
Paletas de colores similares
Celestial Sapphire Dreams color palette created on .