Color names in this palette
CSS code for this palette
/* CSS */
.blossom {
color: #fde8d8;
}
.alphabet-soup {
color: #fcdbbb;
}
.coral-bisque {
color: #f9c7b3;
}
.calabrese {
color: #f6a9a7;
}
.strawberry-ice {
color: #e8878e;
}
/* CSS Variables */
:root {
--blossom:#fde8d8;
--alphabet-soup:#fcdbbb;
--coral-bisque:#f9c7b3;
--calabrese:#f6a9a7;
--strawberry-ice:#e8878e;
}