Color names in this palette
CSS code for this palette
/* CSS */
.metallic-green {
color: #1e8a5b;
}
.acid-sleazebag {
color: #4cbd6e;
}
.enchanted-emerald {
color: #83d89f;
}
.majestic-treasures {
color: #f1eaa7;
}
.deep-fried-sun-rays {
color: #f7c859;
}
/* CSS Variables */
:root {
--metallic-green:#1e8a5b;
--acid-sleazebag:#4cbd6e;
--enchanted-emerald:#83d89f;
--majestic-treasures:#f1eaa7;
--deep-fried-sun-rays:#f7c859;
}