Color names in this palette
CSS code for this palette
/* CSS */
.honey-butter {
color: #f6d19d;
}
.lemon-dream {
color: #f0a400;
}
.vermilion-orange {
color: #f4603e;
}
.evora {
color: #4f8c8a;
}
.blue-depths {
color: #293c65;
}
/* CSS Variables */
:root {
--honey-butter:#f6d19d;
--lemon-dream:#f0a400;
--vermilion-orange:#f4603e;
--evora:#4f8c8a;
--blue-depths:#293c65;
}