Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f6c6cf;
}
.rozowy-pink {
color: #f1a7b8;
}
.melon-mist {
color: #e77e91;
}
.cranberry-splash {
color: #da4e68;
}
.ahmar-red {
color: #c11f42;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f6c6cf;
--rozowy-pink:#f1a7b8;
--melon-mist:#e77e91;
--cranberry-splash:#da4e68;
--ahmar-red:#c11f42;
}