Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e5b4;
}
.enjoyable-yellow {
color: #f6d4a7;
}
.wax-way {
color: #d6b66b;
}
.basil-smash {
color: #b8e0a4;
}
.early-july {
color: #a5dde9;
}
/* CSS Variables */
:root {
--noodles:#f9e5b4;
--enjoyable-yellow:#f6d4a7;
--wax-way:#d6b66b;
--basil-smash:#b8e0a4;
--early-july:#a5dde9;
}