Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d9a6c1;
}
.samantha-s-room {
color: #f2d9e5;
}
.cocoa-butter {
color: #f5f3c2;
}
.mint-cocktail-green {
color: #b9e3b0;
}
.young-bamboo {
color: #69bf8a;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d9a6c1;
--samantha-s-room:#f2d9e5;
--cocoa-butter:#f5f3c2;
--mint-cocktail-green:#b9e3b0;
--young-bamboo:#69bf8a;
}