Color names in this palette
CSS code for this palette
/* CSS */
.glittering-gemstone {
color: #e1b8ea;
}
.ice-cream-parlour {
color: #f8d5af;
}
.shrimp-cocktail {
color: #f4a462;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--glittering-gemstone:#e1b8ea;
--ice-cream-parlour:#f8d5af;
--shrimp-cocktail:#f4a462;
--azure-tide:#2a9d90;
--mallard:#274754;
}