Paleta de colores Minted Indulgence
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Minted Indulgence palette
CSS de la paleta de colores Minted Indulgence
/* CSS */
.color-1 {
color: #00b39e;
}
.color-2 {
color: #5ee4c7;
}
.color-3 {
color: #a6f2d4;
}
.color-4 {
color: #e5ffe9;
}
.color-5 {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--color-1: #00b39e;
--color-2: #5ee4c7;
--color-3: #a6f2d4;
--color-4: #e5ffe9;
--color-5: #f1f8f4;
}
CSS del degradado de fondo Minted Indulgence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b39e, #5ee4c7, #a6f2d4, #e5ffe9, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b39e, #5ee4c7, #a6f2d4, #e5ffe9, #f1f8f4);
}
Paletas de colores similares
Minted Indulgence color palette created on .