Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d1c8e0;
}
.parfait-pink {
color: #e3b0c4;
}
.pollination {
color: #f2dd69;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--lavender-water:#d1c8e0;
--parfait-pink:#e3b0c4;
--pollination:#f2dd69;
--apricot-glazed-chicken:#f5a524;
--bacon-strips:#e13e33;
}