Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.peach-of-mind {
color: #ffe0b3;
}
.kul-sharif-blue {
color: #80d3fa;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--peach-of-mind:#ffe0b3;
--kul-sharif-blue:#80d3fa;
--emerald-wave:#4eb7ac;
}