Color names in this palette
CSS code for this palette
/* CSS */
.ashton-blue {
color: #4a7cba;
}
.broom-butterfly-blue {
color: #6eb3d8;
}
.cool-water-lake {
color: #9cd9e7;
}
.goldsmith {
color: #f0b44c;
}
.pesto-calabrese {
color: #f29026;
}
/* CSS Variables */
:root {
--ashton-blue:#4a7cba;
--broom-butterfly-blue:#6eb3d8;
--cool-water-lake:#9cd9e7;
--goldsmith:#f0b44c;
--pesto-calabrese:#f29026;
}