Color names in this palette
CSS code for this palette
/* CSS */
.chakra {
color: #8d5b8f;
}
.blue-electress {
color: #6d9ed0;
}
.clean-pool {
color: #4bc8e7;
}
.ocean-cruise {
color: #9fd4df;
}
.fresh-honeydew {
color: #f7f0c5;
}
/* CSS Variables */
:root {
--chakra:#8d5b8f;
--blue-electress:#6d9ed0;
--clean-pool:#4bc8e7;
--ocean-cruise:#9fd4df;
--fresh-honeydew:#f7f0c5;
}