Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d8544f;
}
.bright-eggplant {
color: #5c4b8b;
}
.jacksons-purple {
color: #3a3d7e;
}
.xanthous {
color: #f0b32d;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
/* CSS Variables */
:root {
--capocollo:#d8544f;
--bright-eggplant:#5c4b8b;
--jacksons-purple:#3a3d7e;
--xanthous:#f0b32d;
--smooth-as-corn-silk:#f6e4b1;
}