Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #a45eb5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.energy-yellow {
color: #f7d550;
}
.blessed-blue {
color: #3e9ccc;
}
.carmine-rose {
color: #e65b8e;
}
/* CSS Variables */
:root {
--prickly-purple:#a45eb5;
--apricot-glazed-chicken:#f5a524;
--energy-yellow:#f7d550;
--blessed-blue:#3e9ccc;
--carmine-rose:#e65b8e;
}