Paleta de colores Serene Sunlit Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Sunlit Oasis palette
CSS de la paleta de colores Serene Sunlit Oasis
/* CSS */
.color-1 {
color: #ebf4f1;
}
.color-2 {
color: #f3d591;
}
.color-3 {
color: #9ecfe0;
}
.color-4 {
color: #f09351;
}
.color-5 {
color: #65c366;
}
/* CSS Variables */
:root {
--color-1: #ebf4f1;
--color-2: #f3d591;
--color-3: #9ecfe0;
--color-4: #f09351;
--color-5: #65c366;
}
CSS del degradado de fondo Serene Sunlit Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebf4f1, #f3d591, #9ecfe0, #f09351, #65c366);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebf4f1, #f3d591, #9ecfe0, #f09351, #65c366);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1 paleta de colores Soft teal
Serene Sunlit Oasis color palette created on .