Color names in this palette
CSS code for this palette
/* CSS */
.wildflower {
color: #8f7b9d;
}
.marsh-orchid {
color: #c5a5c0;
}
.loveable {
color: #f1c0c4;
}
.barley-white {
color: #f7e4b6;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--wildflower:#8f7b9d;
--marsh-orchid:#c5a5c0;
--loveable:#f1c0c4;
--barley-white:#f7e4b6;
--blue-angels-yellow:#fab700;
}