Color names in this palette
CSS code for this palette
/* CSS */
.coral-fountain {
color: #e6a9a2;
}
.brilliant-beige {
color: #f1c4b7;
}
.pink-touch {
color: #f9e1d7;
}
.barium {
color: #f3e1c4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--coral-fountain:#e6a9a2;
--brilliant-beige:#f1c4b7;
--pink-touch:#f9e1d7;
--barium:#f3e1c4;
--squash-blossom:#f6b83c;
}