Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a6c6;
}
.desire-pink {
color: #f1c6d3;
}
.banana-yogurt {
color: #f8e6b4;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.fire-chalk {
color: #d5836d;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a6c6;
--desire-pink:#f1c6d3;
--banana-yogurt:#f8e6b4;
--creamy-sweet-corn:#f6c34c;
--fire-chalk:#d5836d;
}