Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a2b3;
}
.my-fair-lady {
color: #f2c4c5;
}
.wickerware {
color: #fce4b0;
}
.smiley-face {
color: #ffc861;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a2b3;
--my-fair-lady:#f2c4c5;
--wickerware:#fce4b0;
--smiley-face:#ffc861;
--grapefruit-pulp:#ff6e61;
}