Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d0;
}
.hanami-pink {
color: #f1a7e0;
}
.cielo {
color: #a5d0e9;
}
.tropical-trail {
color: #8cd4b1;
}
.bursting-lemon {
color: #f9e285;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d0;
--hanami-pink:#f1a7e0;
--cielo:#a5d0e9;
--tropical-trail:#8cd4b1;
--bursting-lemon:#f9e285;
}