Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sanctuary-spa {
color: #68aee3;
}
.light-blue-glint {
color: #a8d3e1;
}
.blue-mana {
color: #70c7f0;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sanctuary-spa:#68aee3;
--light-blue-glint:#a8d3e1;
--blue-mana:#70c7f0;
--bright-khaki:#f0e78e;
}