Mystic Intelligence Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Mystic Intelligence palette
tavolozza dei colori Mystic Intelligence CSS
/* CSS */
.color-1 {
color: #3b5b8c;
}
.color-2 {
color: #799aaf;
}
.color-3 {
color: #a3c2d7;
}
.color-4 {
color: #d0e2e6;
}
.color-5 {
color: #f3f6f7;
}
/* CSS Variables */
:root {
--color-1: #3b5b8c;
--color-2: #799aaf;
--color-3: #a3c2d7;
--color-4: #d0e2e6;
--color-5: #f3f6f7;
}
CSS con gradiente di sfondo Mystic Intelligence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b8c, #799aaf, #a3c2d7, #d0e2e6, #f3f6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b8c, #799aaf, #a3c2d7, #d0e2e6, #f3f6f7);
}
Tavolozze di colori simili
Mystic Intelligence color palette created on .