Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.sailor-s-bay {
color: #496e92;
}
.astro-bound {
color: #89a1b8;
}
.banana-drama {
color: #f2d34a;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--sailor-s-bay:#496e92;
--astro-bound:#89a1b8;
--banana-drama:#f2d34a;
--entan-red:#e76e50;
}