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: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #00d4f5;
}
.color-4 {
color: #66e8ff;
}
.color-5 {
color: #a3f1ff;
}
/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #00d4f5;
--color-4: #66e8ff;
--color-5: #a3f1ff;
}
CSS del degradado de fondo Celestial Waves
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #00d4f5, #66e8ff, #a3f1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #00d4f5, #66e8ff, #a3f1ff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Celestial Waves color palette created on .