Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.smooth-satin {
color: #a2d7d2;
}
.star-grass {
color: #75d7c3;
}
.traditional-blue {
color: #1f628e;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--smooth-satin:#a2d7d2;
--star-grass:#75d7c3;
--traditional-blue:#1f628e;
}