Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.mandarin-red {
color: #e74d3c;
}
.dodgeroll-gold {
color: #f39c12;
}
.ufo-green {
color: #2ecc70;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--mandarin-red:#e74d3c;
--dodgeroll-gold:#f39c12;
--ufo-green:#2ecc70;
--blue-damselfly:#3398db;
}