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