Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0e0d1;
}
.sweet-lilac {
color: #e6b7d1;
}
.angela-bay {
color: #a3c2e6;
}
.blue-green-gem {
color: #7ad1c9;
}
.goldfinch {
color: #f9e25d;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0e0d1;
--sweet-lilac:#e6b7d1;
--angela-bay:#a3c2e6;
--blue-green-gem:#7ad1c9;
--goldfinch:#f9e25d;
}