Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.thousand-herb {
color: #2e738e;
}
.cave-lake {
color: #4eb7c1;
}
.gold-sand {
color: #f7e7a6;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--thousand-herb:#2e738e;
--cave-lake:#4eb7c1;
--gold-sand:#f7e7a6;
--breeze-of-chilli:#f76e6e;
}