Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.yuzu-jam {
color: #fad400;
}
.corn-field {
color: #f6f3c6;
}
.fussy-pink {
color: #e7a6b8;
}
.azalea {
color: #d83b5d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--yuzu-jam:#fad400;
--corn-field:#f6f3c6;
--fussy-pink:#e7a6b8;
--azalea:#d83b5d;
}