Color names in this palette
CSS code for this palette
/* CSS */
.highlighter-yellow {
color: #f3e13f;
}
.energy-yellow {
color: #f7d350;
}
.little-sun-dress {
color: #f9c85d;
}
.sandy-brown {
color: #f1a35b;
}
.roasted-squash {
color: #e8a359;
}
/* CSS Variables */
:root {
--highlighter-yellow:#f3e13f;
--energy-yellow:#f7d350;
--little-sun-dress:#f9c85d;
--sandy-brown:#f1a35b;
--roasted-squash:#e8a359;
}