Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f3b7a0;
}
.yellow-tulip {
color: #f5d26b;
}
.eerie-glow {
color: #a6d8b9;
}
.zenith {
color: #497b9c;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--antique-cameo:#f3b7a0;
--yellow-tulip:#f5d26b;
--eerie-glow:#a6d8b9;
--zenith:#497b9c;
--waterhen-back:#2e3f52;
}