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: #2a7e98;
}
.color-2 {
color: #5abfb6;
}
.color-3 {
color: #8ce3d2;
}
.color-4 {
color: #f1f8f4;
}
.color-5 {
color: #f7d65e;
}
/* CSS Variables */
:root {
--color-1: #2a7e98;
--color-2: #5abfb6;
--color-3: #8ce3d2;
--color-4: #f1f8f4;
--color-5: #f7d65e;
}
CSS del degradado de fondo Celestial Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7e98, #5abfb6, #8ce3d2, #f1f8f4, #f7d65e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7e98, #5abfb6, #8ce3d2, #f1f8f4, #f7d65e);
}
Paletas de colores similares
Celestial Oasis color palette created on .