Paleta de colores Mint Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mint Oasis palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Mint Oasis

Download mint oasis color palette PNG image (landscape)
Download mint oasis color palette PNG image (square)

CSS de la paleta de colores Mint Oasis

/* CSS */
.color-1 {
color: #3bbf86;
}
.color-2 {
color: #5ed9a0;
}
.color-3 {
color: #8ae0b1;
}
.color-4 {
color: #a2e6c0;
}
.color-5 {
color: #d0f6e4;
}

/* CSS Variables */
:root {
--color-1: #3bbf86;
--color-2: #5ed9a0;
--color-3: #8ae0b1;
--color-4: #a2e6c0;
--color-5: #d0f6e4;
}

CSS del degradado de fondo Mint Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3bbf86, #5ed9a0, #8ae0b1, #a2e6c0, #d0f6e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3bbf86, #5ed9a0, #8ae0b1, #a2e6c0, #d0f6e4);
}

Mint Oasis color palette created on .