Color names in this palette
CSS code for this palette
/* CSS */
.frugal {
color: #a6d9b1;
}
.coastal-foam {
color: #afe4c6;
}
.light-shutterbug {
color: #cef3e2;
}
.noodles {
color: #f9e5b4;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--frugal:#a6d9b1;
--coastal-foam:#afe4c6;
--light-shutterbug:#cef3e2;
--noodles:#f9e5b4;
--american-yellow:#f5b400;
}