Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f6cbb6;
}
.peach-pearl {
color: #ffb4a3;
}
.opalescent-coral {
color: #ffd1a8;
}
.tulip {
color: #ff8a93;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--biscuit-cream:#f6cbb6;
--peach-pearl:#ffb4a3;
--opalescent-coral:#ffd1a8;
--tulip:#ff8a93;
--blush-hour:#ff7092;
}