Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-green {
color: #a9d7a3;
}
.mint-mist {
color: #b8e0d6;
}
.citrus-sachet {
color: #f4caa9;
}
.mystic-tulip {
color: #f7b7a1;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--pistachio-green:#a9d7a3;
--mint-mist:#b8e0d6;
--citrus-sachet:#f4caa9;
--mystic-tulip:#f7b7a1;
--orange-gluttony:#e77e23;
}