Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a9609c;
}
.blush-essence {
color: #d28bda;
}
.hot-aquarelle-pink {
color: #f8b4e5;
}
.lion-cub {
color: #f9d0a4;
}
.full-yellow {
color: #f9bf53;
}
/* CSS Variables */
:root {
--radiant-orchid:#a9609c;
--blush-essence:#d28bda;
--hot-aquarelle-pink:#f8b4e5;
--lion-cub:#f9d0a4;
--full-yellow:#f9bf53;
}