Color names in this palette
CSS code for this palette
/* CSS */
.english-breakfast {
color: #3e0f0f;
}
.drive-in-cherry {
color: #a42d2d;
}
.x-marks-the-spot {
color: #e34a4a;
}
.vinaceous-cinnamon {
color: #f58a8a;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--english-breakfast:#3e0f0f;
--drive-in-cherry:#a42d2d;
--x-marks-the-spot:#e34a4a;
--vinaceous-cinnamon:#f58a8a;
--wildflower-bouquet:#ffb3b3;
}