Color names in this palette
CSS code for this palette
/* CSS */
.prosecco {
color: #fad6a3;
}
.snow-white-blush {
color: #f9aeae;
}
.forsythia-blossom {
color: #f9d66c;
}
.smooth-satin {
color: #a4d6d4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--prosecco:#fad6a3;
--snow-white-blush:#f9aeae;
--forsythia-blossom:#f9d66c;
--smooth-satin:#a4d6d4;
--grapefruit-pulp:#ff6e61;
}