Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.syndicalist {
color: #f5c400;
}
.buttery-croissant {
color: #f2df9c;
}
.broken-blue {
color: #6cb0f4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--syndicalist:#f5c400;
--buttery-croissant:#f2df9c;
--broken-blue:#6cb0f4;
--grapefruit-pulp:#ff6e61;
}