Color names in this palette
CSS code for this palette
/* CSS */
.siren-scarlet {
color: #b01c1c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.usc-gold {
color: #ffcc00;
}
.buttery-croissant {
color: #f3e49b;
}
.blue-rose {
color: #2b2b73;
}
/* CSS Variables */
:root {
--siren-scarlet:#b01c1c;
--grapefruit-pulp:#ff6e61;
--usc-gold:#ffcc00;
--buttery-croissant:#f3e49b;
--blue-rose:#2b2b73;
}