Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.fresh-pineapple {
color: #f6d64c;
}
.fresh-frapp {
color: #e0e59f;
}
.sky-high {
color: #a6c5e8;
}
.seljuk-blue {
color: #4a88f2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--fresh-pineapple:#f6d64c;
--fresh-frapp:#e0e59f;
--sky-high:#a6c5e8;
--seljuk-blue:#4a88f2;
}