Color names in this palette
CSS code for this palette
/* CSS */
.colombo-red-mauve {
color: #b87cbb;
}
.light-orchid {
color: #e1a8d8;
}
.rosy-nectar {
color: #f2c5df;
}
.noodles {
color: #f8e1b4;
}
.dairy-made {
color: #f3b43f;
}
/* CSS Variables */
:root {
--colombo-red-mauve:#b87cbb;
--light-orchid:#e1a8d8;
--rosy-nectar:#f2c5df;
--noodles:#f8e1b4;
--dairy-made:#f3b43f;
}