Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #f9b4e2;
}
.harmonious-rose {
color: #f7a1b8;
}
.strawberry-soap {
color: #f48a98;
}
.coral-bisque {
color: #f6c6b1;
}
.boxwood-yellow {
color: #f0e3a3;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#f9b4e2;
--harmonious-rose:#f7a1b8;
--strawberry-soap:#f48a98;
--coral-bisque:#f6c6b1;
--boxwood-yellow:#f0e3a3;
}