Color names in this palette
CSS code for this palette
/* CSS */
.lavender-soap {
color: #f3b9e7;
}
.elastic-pink {
color: #f1a2c7;
}
.amaranth {
color: #f070ac;
}
.carmine-rose {
color: #e85e93;
}
.raspberry-sorbet {
color: #d93f68;
}
/* CSS Variables */
:root {
--lavender-soap:#f3b9e7;
--elastic-pink:#f1a2c7;
--amaranth:#f070ac;
--carmine-rose:#e85e93;
--raspberry-sorbet:#d93f68;
}