Color names in this palette
CSS code for this palette
/* CSS */
.blue-mirage {
color: #5d6d7e;
}
.ocean-eyes {
color: #a9c5d1;
}
.boxwood-yellow {
color: #f0e4a3;
}
.duchess-rose {
color: #f9ae9a;
}
.peppermint-swirl {
color: #d45e7d;
}
/* CSS Variables */
:root {
--blue-mirage:#5d6d7e;
--ocean-eyes:#a9c5d1;
--boxwood-yellow:#f0e4a3;
--duchess-rose:#f9ae9a;
--peppermint-swirl:#d45e7d;
}