Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.cakepop-sorbet {
color: #f9c448;
}
.light-curd {
color: #f9e9c8;
}
.terrace-pool {
color: #9fd7df;
}
.hippie-blue {
color: #4c8a9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--cakepop-sorbet:#f9c448;
--light-curd:#f9e9c8;
--terrace-pool:#9fd7df;
--hippie-blue:#4c8a9a;
}