Color names in this palette
CSS code for this palette
/* CSS */
.greenbrier {
color: #499c6d;
}
.lime-lizard {
color: #a3d55d;
}
.spring-yellow {
color: #f1e579;
}
.cochin-chicken {
color: #f6b760;
}
.warming-heart {
color: #d44a3a;
}
/* CSS Variables */
:root {
--greenbrier:#499c6d;
--lime-lizard:#a3d55d;
--spring-yellow:#f1e579;
--cochin-chicken:#f6b760;
--warming-heart:#d44a3a;
}