Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.forsythia-blossom {
color: #f4d66c;
}
.pineapple-delight {
color: #f0e8a8;
}
.lolly-ice {
color: #a6d8d4;
}
.heritage-blue {
color: #4f93b5;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--forsythia-blossom:#f4d66c;
--pineapple-delight:#f0e8a8;
--lolly-ice:#a6d8d4;
--heritage-blue:#4f93b5;
}