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