Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.fine-blue {
color: #b6e1e2;
}
.changeling-pink {
color: #f1b1d1;
}
.gold-thread {
color: #fce9b0;
}
.lemon-tart {
color: #fddd68;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--fine-blue:#b6e1e2;
--changeling-pink:#f1b1d1;
--gold-thread:#fce9b0;
--lemon-tart:#fddd68;
}