Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e3b4;
}
.willow-flower-yellow {
color: #f2d19c;
}
.pyramid-gold {
color: #e4b472;
}
.caramel-macchiato {
color: #c68a4e;
}
.summer-heat {
color: #ab553b;
}
/* CSS Variables */
:root {
--noodles:#f9e3b4;
--willow-flower-yellow:#f2d19c;
--pyramid-gold:#e4b472;
--caramel-macchiato:#c68a4e;
--summer-heat:#ab553b;
}