Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.peach-patch {
color: #f2d7a1;
}
.ash-yellow {
color: #eec07c;
}
.yellow-sea {
color: #f79d36;
}
.cherokee-dignity {
color: #d67a1f;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--peach-patch:#f2d7a1;
--ash-yellow:#eec07c;
--yellow-sea:#f79d36;
--cherokee-dignity:#d67a1f;
}