Color names in this palette
CSS code for this palette
/* CSS */
.flamboyant-plum {
color: #6a4e4e;
}
.muddy-quicksand {
color: #c19a8a;
}
.melon-pink {
color: #f2d5c4;
}
.blue-angels-yellow {
color: #fab700;
}
.safflower-scarlet {
color: #e73d23;
}
/* CSS Variables */
:root {
--flamboyant-plum:#6a4e4e;
--muddy-quicksand:#c19a8a;
--melon-pink:#f2d5c4;
--blue-angels-yellow:#fab700;
--safflower-scarlet:#e73d23;
}