Desert Oasis Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Desert Oasis palette
tavolozza dei colori Desert Oasis CSS
/* CSS */
.color-1 {
color: #5abf6b;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f9e74e;
}
.color-4 {
color: #fbaf3c;
}
.color-5 {
color: #d6613d;
}
/* CSS Variables */
:root {
--color-1: #5abf6b;
--color-2: #a3d55d;
--color-3: #f9e74e;
--color-4: #fbaf3c;
--color-5: #d6613d;
}
CSS con gradiente di sfondo Desert Oasis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf6b, #a3d55d, #f9e74e, #fbaf3c, #d6613d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf6b, #a3d55d, #f9e74e, #fbaf3c, #d6613d);
}
Tavolozze di colori simili
Desert Oasis color palette created on .