Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a8c2;
}
.serene-pink {
color: #f4c5b8;
}
.soft-butter {
color: #f6e0b6;
}
.frugal {
color: #a4d6b3;
}
.madonna-blue {
color: #71b2d1;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a8c2;
--serene-pink:#f4c5b8;
--soft-butter:#f6e0b6;
--frugal:#a4d6b3;
--madonna-blue:#71b2d1;
}