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