Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-tower {
color: #a8e6cf;
}
.foggy-love {
color: #d1c3e9;
}
.alexandria {
color: #ff8d70;
}
.yellow-mana {
color: #f9fbc1;
}
.green-gooseberry {
color: #b2e0a4;
}
/* CSS Variables */
:root {
--turquoise-tower:#a8e6cf;
--foggy-love:#d1c3e9;
--alexandria:#ff8d70;
--yellow-mana:#f9fbc1;
--green-gooseberry:#b2e0a4;
}