Minted Oasis Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Minted Oasis palette

Condividi questa palette a:

tavolozza dei colori Minted Oasis CSS

/* CSS */
.color-1 {
color: #e4f6e6;
}
.color-2 {
color: #b2e0d6;
}
.color-3 {
color: #7bd5c8;
}
.color-4 {
color: #5cb7b0;
}
.color-5 {
color: #3a9b9c;
}

/* CSS Variables */
:root {
--color-1: #e4f6e6;
--color-2: #b2e0d6;
--color-3: #7bd5c8;
--color-4: #5cb7b0;
--color-5: #3a9b9c;
}

CSS con gradiente di sfondo Minted Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f6e6, #b2e0d6, #7bd5c8, #5cb7b0, #3a9b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f6e6, #b2e0d6, #7bd5c8, #5cb7b0, #3a9b9c);
}

Minted Oasis color palette created on .