Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f5c2a3;
}
.first-date {
color: #f6b4a2;
}
.calabrese {
color: #f6a8a2;
}
.harmonious-rose {
color: #f79cba;
}
.rosebloom {
color: #e788b4;
}
/* CSS Variables */
:root {
--neighborly-peach:#f5c2a3;
--first-date:#f6b4a2;
--calabrese:#f6a8a2;
--harmonious-rose:#f79cba;
--rosebloom:#e788b4;
}