Paleta de colores Mint Chocolate Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mint Chocolate Dream palette
Imagen PNG de la paleta de colores Mint Chocolate Dream
CSS de la paleta de colores Mint Chocolate Dream
/* CSS */
.color-1 {
color: #a5d9d2;
}
.color-2 {
color: #e2f3ee;
}
.color-3 {
color: #b6f6e7;
}
.color-4 {
color: #a1d3d1;
}
.color-5 {
color: #c5e2e0;
}
/* CSS Variables */
:root {
--color-1: #a5d9d2;
--color-2: #e2f3ee;
--color-3: #b6f6e7;
--color-4: #a1d3d1;
--color-5: #c5e2e0;
}
CSS del degradado de fondo Mint Chocolate Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d9d2, #e2f3ee, #b6f6e7, #a1d3d1, #c5e2e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d9d2, #e2f3ee, #b6f6e7, #a1d3d1, #c5e2e0);
}
Paletas de colores similares
Mint Chocolate Dream color palette created on .