Color names in this palette
CSS code for this palette
/* CSS */
.dodgeroll-gold {
color: #f39c12;
}
.bitter-orange {
color: #d67c2e;
}
.energy-peak {
color: #b75c5d;
}
.romantic-rose {
color: #a43d8d;
}
.lucid-dream {
color: #6a2a92;
}
/* CSS Variables */
:root {
--dodgeroll-gold:#f39c12;
--bitter-orange:#d67c2e;
--energy-peak:#b75c5d;
--romantic-rose:#a43d8d;
--lucid-dream:#6a2a92;
}