Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a6e8;
}
.chai-latte {
color: #f8c8a0;
}
.kisses-and-hugs {
color: #ff667d;
}
.maximum-green-yellow {
color: #d3e156;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--bright-ube:#d4a6e8;
--chai-latte:#f8c8a0;
--kisses-and-hugs:#ff667d;
--maximum-green-yellow:#d3e156;
--semi-sweet-chocolate:#6a4125;
}