Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f9b39f;
}
.golden-pastel {
color: #f5dbb7;
}
.venetian-yellow {
color: #f3e4a0;
}
.eerie-glow {
color: #a7d7b8;
}
.froggy-pond {
color: #79b9a0;
}
/* CSS Variables */
:root {
--mystic-tulip:#f9b39f;
--golden-pastel:#f5dbb7;
--venetian-yellow:#f3e4a0;
--eerie-glow:#a7d7b8;
--froggy-pond:#79b9a0;
}