Color names in this palette
CSS code for this palette
/* CSS */
.cranberry-sauce {
color: #a93759;
}
.strawberry-moon {
color: #d0536e;
}
.loveland {
color: #e4778e;
}
.pink-fit {
color: #f5a3b2;
}
.flower-spell {
color: #fbc6d8;
}
/* CSS Variables */
:root {
--cranberry-sauce:#a93759;
--strawberry-moon:#d0536e;
--loveland:#e4778e;
--pink-fit:#f5a3b2;
--flower-spell:#fbc6d8;
}