Color names in this palette
CSS code for this palette
/* CSS */
.lilac-geode {
color: #b980ff;
}
.blush-hour {
color: #ff7092;
}
.nacho {
color: #ffcb5c;
}
.karimun-blue {
color: #1e8ef1;
}
.victorian-greenhouse {
color: #00b893;
}
/* CSS Variables */
:root {
--lilac-geode:#b980ff;
--blush-hour:#ff7092;
--nacho:#ffcb5c;
--karimun-blue:#1e8ef1;
--victorian-greenhouse:#00b893;
}