Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2f4b89;
}
.chesty-bond {
color: #4f6da1;
}
.ocean-surf {
color: #7ca3c0;
}
.turnip-boy {
color: #f1c4a2;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--blue-highlight:#2f4b89;
--chesty-bond:#4f6da1;
--ocean-surf:#7ca3c0;
--turnip-boy:#f1c4a2;
--breeze-of-chilli:#f76e6e;
}