Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3d79;
}
.lichen-blue {
color: #5d8bb6;
}
.rhodes {
color: #8bc0e4;
}
.sorreno-lemon {
color: #f1d05b;
}
.sweet-potato {
color: #d67d38;
}
/* CSS Variables */
:root {
--assault:#1b3d79;
--lichen-blue:#5d8bb6;
--rhodes:#8bc0e4;
--sorreno-lemon:#f1d05b;
--sweet-potato:#d67d38;
}