Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.yellow-tulip {
color: #f7d06e;
}
.goldsmith {
color: #f0b44c;
}
.doughnut {
color: #f1a155;
}
.paris-pink {
color: #d66b8d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--yellow-tulip:#f7d06e;
--goldsmith:#f0b44c;
--doughnut:#f1a155;
--paris-pink:#d66b8d;
}