Color names in this palette
CSS code for this palette
/* CSS */
.beetiful-magenta {
color: #8d2a6b;
}
.china-rose {
color: #a94c6c;
}
.flaming-torch {
color: #d28251;
}
.river-of-gold {
color: #e3b75f;
}
.calla {
color: #f2e1b5;
}
/* CSS Variables */
:root {
--beetiful-magenta:#8d2a6b;
--china-rose:#a94c6c;
--flaming-torch:#d28251;
--river-of-gold:#e3b75f;
--calla:#f2e1b5;
}