Color names in this palette
CSS code for this palette
/* CSS */
.pale-primrose {
color: #f0c7d2;
}
.sweet-60 {
color: #f2a1ae;
}
.flower-blossom-pink {
color: #f67e8c;
}
.cranberry-splash {
color: #d84f66;
}
.bloodsport {
color: #b53040;
}
/* CSS Variables */
:root {
--pale-primrose:#f0c7d2;
--sweet-60:#f2a1ae;
--flower-blossom-pink:#f67e8c;
--cranberry-splash:#d84f66;
--bloodsport:#b53040;
}