Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d6006f;
}
.blush-hour {
color: #ff7092;
}
.princeton-orange {
color: #ff9100;
}
.vibrant {
color: #ffd54d;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--moth-orchid:#d6006f;
--blush-hour:#ff7092;
--princeton-orange:#ff9100;
--vibrant:#ffd54d;
--honey-wax:#f9a824;
}