Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #db5c39;
}
.lion-s-mane {
color: #ebae4c;
}
.sunny-morning {
color: #f3d268;
}
.eerie-glow {
color: #a7d7b8;
}
.seachange {
color: #3b8a9b;
}
/* CSS Variables */
:root {
--medium-vermilion:#db5c39;
--lion-s-mane:#ebae4c;
--sunny-morning:#f3d268;
--eerie-glow:#a7d7b8;
--seachange:#3b8a9b;
}