Color names in this palette
CSS code for this palette
/* CSS */
.warming-heart {
color: #d14c3d;
}
.welcoming-wasp {
color: #f0a800;
}
.emerald-clear-green {
color: #508d2a;
}
.chinese-money-plant {
color: #a3c05d;
}
.mindaro {
color: #dae86d;
}
/* CSS Variables */
:root {
--warming-heart:#d14c3d;
--welcoming-wasp:#f0a800;
--emerald-clear-green:#508d2a;
--chinese-money-plant:#a3c05d;
--mindaro:#dae86d;
}