Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #9ed5e5;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.matt-pink {
color: #ffb8c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.jubilee {
color: #7e5b9f;
}
/* CSS Variables */
:root {
--light-budgie-blue:#9ed5e5;
--lemon-ice-yellow:#f7e2a6;
--matt-pink:#ffb8c1;
--grapefruit-pulp:#ff6e61;
--jubilee:#7e5b9f;
}