Color names in this palette
CSS code for this palette
/* CSS */
.jasmine-flower {
color: #f5e8e0;
}
.thistle {
color: #d7c0d8;
}
.gentle-giant {
color: #b5e8e1;
}
.weak-yellow {
color: #f2f9d7;
}
.hard-candy {
color: #ffb8b8;
}
/* CSS Variables */
:root {
--jasmine-flower:#f5e8e0;
--thistle:#d7c0d8;
--gentle-giant:#b5e8e1;
--weak-yellow:#f2f9d7;
--hard-candy:#ffb8b8;
}