Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.ride-off-into-the-sunset {
color: #f3d068;
}
.flan {
color: #f6e2b6;
}
.deluxe-days {
color: #8cc5e8;
}
.blue-dart {
color: #4e94d4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--ride-off-into-the-sunset:#f3d068;
--flan:#f6e2b6;
--deluxe-days:#8cc5e8;
--blue-dart:#4e94d4;
}