Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #dfafe4;
}
.pale-petunia {
color: #f6c1c9;
}
.pasta {
color: #f8e1af;
}
.first-day-of-summer {
color: #f2e79c;
}
.defenestration {
color: #c4d6e3;
}
/* CSS Variables */
:root {
--barely-bloomed:#dfafe4;
--pale-petunia:#f6c1c9;
--pasta:#f8e1af;
--first-day-of-summer:#f2e79c;
--defenestration:#c4d6e3;
}