Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.apricot-obsession {
color: #f6c1b6;
}
.sandy-tan {
color: #fcd9b6;
}
.wax-yellow {
color: #e8e9a0;
}
.smooth-satin {
color: #a4d6d4;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--apricot-obsession:#f6c1b6;
--sandy-tan:#fcd9b6;
--wax-yellow:#e8e9a0;
--smooth-satin:#a4d6d4;
}