Paleta de colores Celestial Waters
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Waters palette
CSS de la paleta de colores Celestial Waters
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4eb3d4;
}
.color-3 {
color: #7ed7d3;
}
.color-4 {
color: #a7e6c7;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4eb3d4;
--color-3: #7ed7d3;
--color-4: #a7e6c7;
--color-5: #e0f7fa;
}
CSS del degradado de fondo Celestial Waters
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4eb3d4, #7ed7d3, #a7e6c7, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4eb3d4, #7ed7d3, #a7e6c7, #e0f7fa);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Celestial Waters color palette created on .