Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.cool-blue {
color: #4a83b5;
}
.aero {
color: #7dbae8;
}
.frozen-landscape {
color: #b3e3ff;
}
.peanut-butter-chicken {
color: #ffb65c;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--cool-blue:#4a83b5;
--aero:#7dbae8;
--frozen-landscape:#b3e3ff;
--peanut-butter-chicken:#ffb65c;
}