Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.lemon-dream {
color: #ed9f02;
}
.soft-butter {
color: #f6e1b6;
}
.crystal-green {
color: #a4d57b;
}
.zenith {
color: #497b9c;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--lemon-dream:#ed9f02;
--soft-butter:#f6e1b6;
--crystal-green:#a4d57b;
--zenith:#497b9c;
}