Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e1a8b5;
}
.chai-latte {
color: #f8c8a0;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.green-trance {
color: #a4d6a4;
}
.azure-lake {
color: #7ab8c7;
}
/* CSS Variables */
:root {
--iced-vovo:#e1a8b5;
--chai-latte:#f8c8a0;
--bad-moon-yellow:#f2e6b5;
--green-trance:#a4d6a4;
--azure-lake:#7ab8c7;
}