Color names in this palette
CSS code for this palette
/* CSS */
.rhubarb-gin {
color: #d7a8c2;
}
.mountain-laurel {
color: #f4c8d1;
}
.urnebes-beige {
color: #ffebc2;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--rhubarb-gin:#d7a8c2;
--mountain-laurel:#f4c8d1;
--urnebes-beige:#ffebc2;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}