Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.squash-blossom {
color: #f6b83c;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.sky-blue {
color: #a1b7e2;
}
.tory-blue {
color: #3c4e8b;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--squash-blossom:#f6b83c;
--enjoyable-yellow:#f6d6a7;
--sky-blue:#a1b7e2;
--tory-blue:#3c4e8b;
}