Paleta de colores Mindless Self Indulgence
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mindless Self Indulgence palette
Imagen PNG de la paleta de colores Mindless Self Indulgence
CSS de la paleta de colores Mindless Self Indulgence
/* CSS */
.color-1 {
color: #f55f24;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #9fd65c;
}
.color-5 {
color: #1e7b76;
}
/* CSS Variables */
:root {
--color-1: #f55f24;
--color-2: #faa700;
--color-3: #ffd942;
--color-4: #9fd65c;
--color-5: #1e7b76;
}
CSS del degradado de fondo Mindless Self Indulgence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f55f24, #faa700, #ffd942, #9fd65c, #1e7b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f55f24, #faa700, #ffd942, #9fd65c, #1e7b76);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Naranja
Mindless Self Indulgence color palette created on .