Color names in this palette
CSS code for this palette
/* CSS */
.pattypan {
color: #efba0b;
}
.dull-yellow {
color: #f0da5c;
}
.buttery-croissant {
color: #f2e29c;
}
.luna-green {
color: #c1e2c7;
}
.regale-blue {
color: #7db8d4;
}
/* CSS Variables */
:root {
--pattypan:#efba0b;
--dull-yellow:#f0da5c;
--buttery-croissant:#f2e29c;
--luna-green:#c1e2c7;
--regale-blue:#7db8d4;
}