Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.tacao {
color: #f6a979;
}
.fruit-shake {
color: #f29c8c;
}
.sweet-lilac {
color: #eab8d1;
}
.high-maintenance {
color: #da8bba;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--tacao:#f6a979;
--fruit-shake:#f29c8c;
--sweet-lilac:#eab8d1;
--high-maintenance:#da8bba;
}