Paleta de colores Minty Sweet
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Minty Sweet palette
Imagen PNG de la paleta de colores Minty Sweet
CSS de la paleta de colores Minty Sweet
/* CSS */
.color-1 {
color: #a8e6ce;
}
.color-2 {
color: #b1f2b7;
}
.color-3 {
color: #c5fce1;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff667d;
}
/* CSS Variables */
:root {
--color-1: #a8e6ce;
--color-2: #b1f2b7;
--color-3: #c5fce1;
--color-4: #ffadad;
--color-5: #ff667d;
}
CSS del degradado de fondo Minty Sweet
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6ce, #b1f2b7, #c5fce1, #ffadad, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6ce, #b1f2b7, #c5fce1, #ffadad, #ff667d);
}
Paletas de colores similares
Minty Sweet color palette created on .