Color names in this palette
CSS code for this palette
/* CSS */
.snowpink {
color: #f1c5c1;
}
.calabrese {
color: #f1a8a2;
}
.true-love {
color: #e67a8c;
}
.rosy-cheeks {
color: #d9546c;
}
.romantic-embers {
color: #b63a4e;
}
/* CSS Variables */
:root {
--snowpink:#f1c5c1;
--calabrese:#f1a8a2;
--true-love:#e67a8c;
--rosy-cheeks:#d9546c;
--romantic-embers:#b63a4e;
}