Color names in this palette
CSS code for this palette
/* CSS */
.desire {
color: #e43a53;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.king-lizard {
color: #7dd421;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--desire:#e43a53;
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--king-lizard:#7dd421;
--olympic-blue:#4b91e2;
}