Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f6e79d;
}
.happy {
color: #f9d662;
}
.floral-leaf {
color: #ffb84d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--storm-lightning:#f6e79d;
--happy:#f9d662;
--floral-leaf:#ffb84d;
--orange-bell-pepper:#ff8b42;
--pompelmo:#ff6b6b;
}