Color names in this palette
CSS code for this palette
/* CSS */
.cream-can {
color: #edc550;
}
.sorreno-lemon {
color: #f2d35a;
}
.storm-lightning {
color: #f7e69c;
}
.mint-parfait {
color: #b7e6b8;
}
.sky-fall {
color: #8ec8e1;
}
/* CSS Variables */
:root {
--cream-can:#edc550;
--sorreno-lemon:#f2d35a;
--storm-lightning:#f7e69c;
--mint-parfait:#b7e6b8;
--sky-fall:#8ec8e1;
}