Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.oriole-yellow {
color: #f5d47a;
}
.chai-latte {
color: #f9c99f;
}
.eerie-glow {
color: #a7d7b8;
}
.folk-song {
color: #6a9fa0;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--oriole-yellow:#f5d47a;
--chai-latte:#f9c99f;
--eerie-glow:#a7d7b8;
--folk-song:#6a9fa0;
}