Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.windsurfing {
color: #3b6c97;
}
.shakespeare {
color: #5d9cb6;
}
.green-daze {
color: #88d3c5;
}
.anise-flower {
color: #f3e3b4;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--windsurfing:#3b6c97;
--shakespeare:#5d9cb6;
--green-daze:#88d3c5;
--anise-flower:#f3e3b4;
}