Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.absolute-apricot {
color: #ff9a42;
}
.qing-yellow {
color: #ffcc66;
}
.dandelion-yellow {
color: #ffdb3d;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--absolute-apricot:#ff9a42;
--qing-yellow:#ffcc66;
--dandelion-yellow:#ffdb3d;
}