Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5d3c8b;
}
.radiant-orchid {
color: #a85d9b;
}
.dusty-pink {
color: #d88d93;
}
.squash-blossom {
color: #f6b83c;
}
.naga-viper-pepper {
color: #f62c2c;
}
/* CSS Variables */
:root {
--daisy-bush:#5d3c8b;
--radiant-orchid:#a85d9b;
--dusty-pink:#d88d93;
--squash-blossom:#f6b83c;
--naga-viper-pepper:#f62c2c;
}