Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.emerald-wave {
color: #51b3a3;
}
.felt-green {
color: #6ebf92;
}
.eerie-glow {
color: #a7d7b8;
}
.china-doll {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--emerald-wave:#51b3a3;
--felt-green:#6ebf92;
--eerie-glow:#a7d7b8;
--china-doll:#f2e4d4;
}