Color names in this palette
CSS code for this palette
/* CSS */
.our-little-secret {
color: #a94c7e;
}
.shrimp-cocktail {
color: #f4a462;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
.quilt-gold {
color: #e8c468;
}
/* CSS Variables */
:root {
--our-little-secret:#a94c7e;
--shrimp-cocktail:#f4a462;
--azure-tide:#2a9d90;
--mallard:#274754;
--quilt-gold:#e8c468;
}