Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.fulgrim-pink {
color: #f5b2d0;
}
.rosy-nectar {
color: #f2c5e1;
}
.capri-water-blue {
color: #a9e0d8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--fulgrim-pink:#f5b2d0;
--rosy-nectar:#f2c5e1;
--capri-water-blue:#a9e0d8;
--grapefruit-pulp:#ff6e61;
}