Color names in this palette
CSS code for this palette
/* CSS */
.beveled-glass {
color: #7ecebb;
}
.twilight-meadow {
color: #4da8a3;
}
.blue-venus {
color: #3a7e83;
}
.royal-blush {
color: #ee7158;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--beveled-glass:#7ecebb;
--twilight-meadow:#4da8a3;
--blue-venus:#3a7e83;
--royal-blush:#ee7158;
--fire-island:#d8503b;
}