Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.just-peachy {
color: #f8c572;
}
.forsythia-blossom {
color: #f8d86d;
}
.gentle-glow {
color: #f8e5b9;
}
.butterfly-wing {
color: #f8d2b4;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--just-peachy:#f8c572;
--forsythia-blossom:#f8d86d;
--gentle-glow:#f8e5b9;
--butterfly-wing:#f8d2b4;
}