Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.lavender-candy {
color: #f7b1d5;
}
.south-shore-sun {
color: #ffdd9e;
}
.peach-damask {
color: #f6c8a7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--lavender-candy:#f7b1d5;
--south-shore-sun:#ffdd9e;
--peach-damask:#f6c8a7;
--grapefruit-pulp:#ff6e61;
}