Color names in this palette
CSS code for this palette
/* CSS */
.dahlia {
color: #8a3f8d;
}
.passion-flower {
color: #6e599b;
}
.boat-house {
color: #4c89c2;
}
.shovel-knight {
color: #3bc8e8;
}
.clear-vision {
color: #e3f1f7;
}
/* CSS Variables */
:root {
--dahlia:#8a3f8d;
--passion-flower:#6e599b;
--boat-house:#4c89c2;
--shovel-knight:#3bc8e8;
--clear-vision:#e3f1f7;
}