Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.palace-rose {
color: #f9c8d2;
}
.cupid-arrow {
color: #f4e1e3;
}
.ocean-cruise {
color: #9fd4df;
}
.blue-bay {
color: #5d9bd5;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--palace-rose:#f9c8d2;
--cupid-arrow:#f4e1e3;
--ocean-cruise:#9fd4df;
--blue-bay:#5d9bd5;
}