Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a7c9a;
}
.bluette {
color: #9fc1d6;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--searching-blue:#6a7c9a;
--bluette:#9fc1d6;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
--mandarin-red:#e74d3c;
}