Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f1b1c4;
}
.apricot-obsession {
color: #f6c1b6;
}
.cymophane-yellow {
color: #f3e5a5;
}
.fringy-flower {
color: #b1e2b5;
}
.salt-lake {
color: #6ec6d4;
}
/* CSS Variables */
:root {
--rhodonite:#f1b1c4;
--apricot-obsession:#f6c1b6;
--cymophane-yellow:#f3e5a5;
--fringy-flower:#b1e2b5;
--salt-lake:#6ec6d4;
}