Paleta de colores Minty Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Minty Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Minty Shades

/* CSS */
.color-1 {
color: #b3e5dd;
}
.color-2 {
color: #81e4de;
}
.color-3 {
color: #62c6c5;
}
.color-4 {
color: #44a0a7;
}
.color-5 {
color: #337c84;
}

/* CSS Variables */
:root {
--color-1: #b3e5dd;
--color-2: #81e4de;
--color-3: #62c6c5;
--color-4: #44a0a7;
--color-5: #337c84;
}

CSS del degradado de fondo Minty Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3e5dd, #81e4de, #62c6c5, #44a0a7, #337c84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3e5dd, #81e4de, #62c6c5, #44a0a7, #337c84);
}

Minty Shades color palette created on .