Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.calabrese {
color: #f6a6a2;
}
.hanami-pink {
color: #f4b4e4;
}
.light-blue-glint {
color: #a8d3e1;
}
.peppermint-fresh {
color: #69bf9c;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--calabrese:#f6a6a2;
--hanami-pink:#f4b4e4;
--light-blue-glint:#a8d3e1;
--peppermint-fresh:#69bf9c;
}