Paleta de colores Celestial Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Oasis palette
CSS de la paleta de colores Celestial Oasis
/* CSS */
.color-1 {
color: #2bb3e9;
}
.color-2 {
color: #50c3b6;
}
.color-3 {
color: #63b6a5;
}
.color-4 {
color: #a9d1b2;
}
.color-5 {
color: #f6e9c6;
}
/* CSS Variables */
:root {
--color-1: #2bb3e9;
--color-2: #50c3b6;
--color-3: #63b6a5;
--color-4: #a9d1b2;
--color-5: #f6e9c6;
}
CSS del degradado de fondo Celestial Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2bb3e9, #50c3b6, #63b6a5, #a9d1b2, #f6e9c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2bb3e9, #50c3b6, #63b6a5, #a9d1b2, #f6e9c6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Celestial Oasis color palette created on .