Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d3a0e9;
}
.gratin-dauphinois {
color: #e2d3a7;
}
.citrus-sachet {
color: #f6c9a7;
}
.shrimp-cocktail {
color: #f4a462;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--bright-ube:#d3a0e9;
--gratin-dauphinois:#e2d3a7;
--citrus-sachet:#f6c9a7;
--shrimp-cocktail:#f4a462;
--snap-shot:#2b3d50;
}