Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.sun-drenched {
color: #ffe8a3;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--sun-drenched:#ffe8a3;
--coquelicot:#ff3c00;
}