Color names in this palette
CSS code for this palette
/* CSS */
.creole-cottage {
color: #e7b99c;
}
.gemini {
color: #b4d9cb;
}
.idyllic-isle {
color: #92c5d3;
}
.reef-waters {
color: #6d9fab;
}
.twilight {
color: #4d4f8f;
}
/* CSS Variables */
:root {
--creole-cottage:#e7b99c;
--gemini:#b4d9cb;
--idyllic-isle:#92c5d3;
--reef-waters:#6d9fab;
--twilight:#4d4f8f;
}