Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.vibrant {
color: #ffd54d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--vibrant:#ffd54d;
--grapefruit-pulp:#ff6e61;
--touch-of-turquoise:#a2d7d0;
--peach-of-mind:#ffe3b3;
}