Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c6d8;
}
.harmonious-rose {
color: #f7a1b7;
}
.dimple {
color: #f07f8c;
}
.red-cedar {
color: #d97879;
}
.kir-royale-rose {
color: #b75c74;
}
/* CSS Variables */
:root {
--sweetheart:#f1c6d8;
--harmonious-rose:#f7a1b7;
--dimple:#f07f8c;
--red-cedar:#d97879;
--kir-royale-rose:#b75c74;
}