Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.kuchinashi-yellow {
color: #ffdb4d;
}
.hello-yellow {
color: #ffe59e;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--kuchinashi-yellow:#ffdb4d;
--hello-yellow:#ffe59e;
}