Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1b3d79;
}
.atlantic-gull {
color: #4a8cb0;
}
.not-a-cloud-in-sight {
color: #81c4d5;
}
.maximum-yellow-red {
color: #f4b643;
}
.goku-orange {
color: #f27e36;
}
/* CSS Variables */
:root {
--assault:#1b3d79;
--atlantic-gull:#4a8cb0;
--not-a-cloud-in-sight:#81c4d5;
--maximum-yellow-red:#f4b643;
--goku-orange:#f27e36;
}