Color names in this palette
CSS code for this palette
/* CSS */
.the-first-daffodil {
color: #ffec8f;
}
.floral-leaf {
color: #ffb84d;
}
.precious-persimmon {
color: #ff7142;
}
.brink-pink {
color: #f95d7f;
}
.lavender {
color: #a86be1;
}
/* CSS Variables */
:root {
--the-first-daffodil:#ffec8f;
--floral-leaf:#ffb84d;
--precious-persimmon:#ff7142;
--brink-pink:#f95d7f;
--lavender:#a86be1;
}