Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.blue-oasis {
color: #2f6b93;
}
.blueberry-soft-blue {
color: #5a9abf;
}
.cotton-candy-grape {
color: #dac54e;
}
.mandarin-red {
color: #ea4f3e;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--blue-oasis:#2f6b93;
--blueberry-soft-blue:#5a9abf;
--cotton-candy-grape:#dac54e;
--mandarin-red:#ea4f3e;
}