Mechanic's Muse Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Mechanic's Muse palette
tavolozza dei colori Mechanic's Muse CSS
/* CSS */
.color-1 {
color: #d89f4f;
}
.color-2 {
color: #a26f5d;
}
.color-3 {
color: #396279;
}
.color-4 {
color: #4b8b79;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #d89f4f;
--color-2: #a26f5d;
--color-3: #396279;
--color-4: #4b8b79;
--color-5: #ffe4b3;
}
CSS con gradiente di sfondo Mechanic's Muse
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d89f4f, #a26f5d, #396279, #4b8b79, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d89f4f, #a26f5d, #396279, #4b8b79, #ffe4b3);
}
Tavolozze di colori simili
Mechanic's Muse color palette created on .