Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.medium-vermilion {
color: #d95d3a;
}
.hot-coral {
color: #f15b5b;
}
.little-league {
color: #6d9c8f;
}
.china-pattern {
color: #3e5e79;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--medium-vermilion:#d95d3a;
--hot-coral:#f15b5b;
--little-league:#6d9c8f;
--china-pattern:#3e5e79;
}