Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.halt-and-catch-fire {
color: #f86930;
}
.langoustine {
color: #db4f24;
}
.christmas-pink {
color: #e33b7e;
}
.aged-purple {
color: #a84d9c;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--halt-and-catch-fire:#f86930;
--langoustine:#db4f24;
--christmas-pink:#e33b7e;
--aged-purple:#a84d9c;
}