Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.venetian-yellow {
color: #f8e3a0;
}
.maiden-s-blush {
color: #f3d2bf;
}
.simple-pink {
color: #f6a7aa;
}
.hot-coral {
color: #f05c5c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--venetian-yellow:#f8e3a0;
--maiden-s-blush:#f3d2bf;
--simple-pink:#f6a7aa;
--hot-coral:#f05c5c;
}