Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.tangerine-cream {
color: #ff9f85;
}
.faded-sunlight {
color: #ffce6b;
}
.mango-latte {
color: #ffbb4d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--tangerine-cream:#ff9f85;
--faded-sunlight:#ffce6b;
--mango-latte:#ffbb4d;
--grapefruit-pulp:#ff6e61;
}