Color names in this palette
CSS code for this palette
/* CSS */
.bachelor-blue {
color: #8ea9cc;
}
.blue-bows {
color: #a5c1d5;
}
.millstream {
color: #b8d4e0;
}
.ethereal-white {
color: #e7f2f4;
}
.athena-pink {
color: #e8b0c4;
}
/* CSS Variables */
:root {
--bachelor-blue:#8ea9cc;
--blue-bows:#a5c1d5;
--millstream:#b8d4e0;
--ethereal-white:#e7f2f4;
--athena-pink:#e8b0c4;
}