Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f7c0c7;
}
.mandys-pink {
color: #f8b49b;
}
.forsythia-blossom {
color: #f9d66c;
}
.tropical {
color: #a8e6ce;
}
.squeaky {
color: #6ec7d8;
}
/* CSS Variables */
:root {
--pale-petunia:#f7c0c7;
--mandys-pink:#f8b49b;
--forsythia-blossom:#f9d66c;
--tropical:#a8e6ce;
--squeaky:#6ec7d8;
}