Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e3;
}
.fight-the-sunrise {
color: #ff99aa;
}
.blush-hour {
color: #ff7092;
}
.cape-jasmine {
color: #ffb85c;
}
.the-first-daffodil {
color: #fff68f;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e3;
--fight-the-sunrise:#ff99aa;
--blush-hour:#ff7092;
--cape-jasmine:#ffb85c;
--the-first-daffodil:#fff68f;
}