Color names in this palette
CSS code for this palette
/* CSS */
.porsche {
color: #e0a25c;
}
.syndicalist {
color: #f5c400;
}
.cymophane-yellow {
color: #f3e6a5;
}
.pallid-orange {
color: #f9b69f;
}
.love-letter {
color: #e76a8f;
}
/* CSS Variables */
:root {
--porsche:#e0a25c;
--syndicalist:#f5c400;
--cymophane-yellow:#f3e6a5;
--pallid-orange:#f9b69f;
--love-letter:#e76a8f;
}