Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.medium-vermilion {
color: #d95d3a;
}
.sweet-lilac {
color: #e9b9d0;
}
.aegean-green {
color: #4b8b76;
}
.greenland-blue {
color: #307f9c;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--medium-vermilion:#d95d3a;
--sweet-lilac:#e9b9d0;
--aegean-green:#4b8b76;
--greenland-blue:#307f9c;
}