Paleta de colores Vibrant Oasis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Oasis palette
CSS de la paleta de colores Vibrant Oasis
/* CSS */
.color-1 {
color: #974899;
}
.color-2 {
color: #24ff70;
}
.color-3 {
color: #5ba483;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ff6a3d;
}
/* CSS Variables */
:root {
--color-1: #974899;
--color-2: #24ff70;
--color-3: #5ba483;
--color-4: #f5c400;
--color-5: #ff6a3d;
}
CSS del degradado de fondo Vibrant Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #974899, #24ff70, #5ba483, #f5c400, #ff6a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #974899, #24ff70, #5ba483, #f5c400, #ff6a3d);
}
Paletas de colores similares
Vibrant Oasis color palette created on .