Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.syndicalist {
color: #f5c400;
}
.venetian-yellow {
color: #f7e1a1;
}
.almost-aloe {
color: #c6e9af;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--syndicalist:#f5c400;
--venetian-yellow:#f7e1a1;
--almost-aloe:#c6e9af;
--peaceful-river:#4a9cd3;
}