Paleta de colores Celestial Waves
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Waves palette
CSS de la paleta de colores Celestial Waves
/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #6bc5e1;
}
.color-3 {
color: #9ce1e2;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f57024;
}
/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #6bc5e1;
--color-3: #9ce1e2;
--color-4: #f5a524;
--color-5: #f57024;
}
CSS del degradado de fondo Celestial Waves
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #6bc5e1, #9ce1e2, #f5a524, #f57024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #6bc5e1, #9ce1e2, #f5a524, #f57024);
}
Paletas de colores similares
Celestial Waves color palette created on .