Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.syndicalist {
color: #f5c400;
}
.zunda-green {
color: #6ec02a;
}
.muted-lavender {
color: #3b5897;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--syndicalist:#f5c400;
--zunda-green:#6ec02a;
--muted-lavender:#3b5897;
}