Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.wiener-schnitzel {
color: #f09c00;
}
.entan-red {
color: #e76e50;
}
.flirty-rose {
color: #d75b95;
}
.soft-purple {
color: #a26bb3;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--wiener-schnitzel:#f09c00;
--entan-red:#e76e50;
--flirty-rose:#d75b95;
--soft-purple:#a26bb3;
}