Color names in this palette
CSS code for this palette
/* CSS */
.emerald-ring {
color: #5a8c5a;
}
.lime-lizard {
color: #a3d55d;
}
.majestic-treasures {
color: #f3e8a5;
}
.va-va-voom {
color: #e6b34c;
}
.warming-heart {
color: #d84d3b;
}
/* CSS Variables */
:root {
--emerald-ring:#5a8c5a;
--lime-lizard:#a3d55d;
--majestic-treasures:#f3e8a5;
--va-va-voom:#e6b34c;
--warming-heart:#d84d3b;
}