Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.pinard-yellow {
color: #f5c800;
}
.yellow-petal {
color: #f2e450;
}
.grapefruit-yellow {
color: #e4a41b;
}
.exuberance {
color: #d15b00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--pinard-yellow:#f5c800;
--yellow-petal:#f2e450;
--grapefruit-yellow:#e4a41b;
--exuberance:#d15b00;
}