Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.elastic-pink {
color: #eba3cf;
}
.herb-robert {
color: #dca4df;
}
.larkspur-bud {
color: #b8c2ea;
}
.deluxe-days {
color: #8bc7e5;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--elastic-pink:#eba3cf;
--herb-robert:#dca4df;
--larkspur-bud:#b8c2ea;
--deluxe-days:#8bc7e5;
}