Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a6c1;
}
.citrus-sachet {
color: #f3c7aa;
}
.khaki-core {
color: #f9e5ae;
}
.jade-spell {
color: #c1e6d9;
}
.sky-babe {
color: #88c1d8;
}
/* CSS Variables */
:root {
--think-pink:#e7a6c1;
--citrus-sachet:#f3c7aa;
--khaki-core:#f9e5ae;
--jade-spell:#c1e6d9;
--sky-babe:#88c1d8;
}