Color names in this palette
CSS code for this palette
/* CSS */
.romanic-scene {
color: #3a0c4b;
}
.daisy-bush {
color: #5a3f8d;
}
.lusty-lavender {
color: #8c65b3;
}
.delaunay-green {
color: #a8b34d;
}
.golden-kiwi {
color: #f5cf38;
}
/* CSS Variables */
:root {
--romanic-scene:#3a0c4b;
--daisy-bush:#5a3f8d;
--lusty-lavender:#8c65b3;
--delaunay-green:#a8b34d;
--golden-kiwi:#f5cf38;
}