Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.changeling-pink {
color: #f1b1d1;
}
.visionary {
color: #f4e1a9;
}
.golden-thread {
color: #e5c57b;
}
.in-good-taste {
color: #b9d99b;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--changeling-pink:#f1b1d1;
--visionary:#f4e1a9;
--golden-thread:#e5c57b;
--in-good-taste:#b9d99b;
}