Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a2c1;
}
.chai-latte {
color: #f9c99f;
}
.optimistic-yellow {
color: #f4e1a4;
}
.aqua-island {
color: #a1d9d7;
}
.thredbo {
color: #72c3d5;
}
/* CSS Variables */
:root {
--think-pink:#e7a2c1;
--chai-latte:#f9c99f;
--optimistic-yellow:#f4e1a4;
--aqua-island:#a1d9d7;
--thredbo:#72c3d5;
}