Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f2c4d4;
}
.chantilly {
color: #eab8c6;
}
.brandywine-spritz {
color: #e59faf;
}
.high-maintenance {
color: #d68ab5;
}
.rapture-rose {
color: #d15c75;
}
/* CSS Variables */
:root {
--sweetheart:#f2c4d4;
--chantilly:#eab8c6;
--brandywine-spritz:#e59faf;
--high-maintenance:#d68ab5;
--rapture-rose:#d15c75;
}