Color names in this palette
CSS code for this palette
/* CSS */
.sambucus {
color: #1a1a2e;
}
.funnel-cloud {
color: #0f3461;
}
.honey-wax {
color: #f9a824;
}
.x-marks-the-spot {
color: #e84545;
}
.potentially-purple {
color: #d4cee4;
}
/* CSS Variables */
:root {
--sambucus:#1a1a2e;
--funnel-cloud:#0f3461;
--honey-wax:#f9a824;
--x-marks-the-spot:#e84545;
--potentially-purple:#d4cee4;
}