Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a65e9a;
}
.creeping-bellflower {
color: #b48ac1;
}
.pretty-petunia {
color: #d4b4e4;
}
.rosecco {
color: #eab8e4;
}
.light-rose {
color: #f4d2d7;
}
/* CSS Variables */
:root {
--radiant-orchid:#a65e9a;
--creeping-bellflower:#b48ac1;
--pretty-petunia:#d4b4e4;
--rosecco:#eab8e4;
--light-rose:#f4d2d7;
}