Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
.cliff-blue {
color: #5b8eb9;
}
.eerie-black {
color: #1c1c1c;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--cleopatra-s-gown:#7f4e8d;
--cliff-blue:#5b8eb9;
--eerie-black:#1c1c1c;
--syndicalist:#f5c400;
}