Color names in this palette
CSS code for this palette
/* CSS */
.romanic-scene {
color: #3a0c4b;
}
.lucid-dream {
color: #6a2a92;
}
.bodacious {
color: #b55e9f;
}
.chat-orange {
color: #f99f3e;
}
.ogre-odor {
color: #f74f40;
}
/* CSS Variables */
:root {
--romanic-scene:#3a0c4b;
--lucid-dream:#6a2a92;
--bodacious:#b55e9f;
--chat-orange:#f99f3e;
--ogre-odor:#f74f40;
}