Color names in this palette
CSS code for this palette
/* CSS */
.beekeeper {
color: #f6e692;
}
.wake-me-up {
color: #f5d75b;
}
.golden-mary {
color: #f3bc39;
}
.y-ng-ch-ng-orange {
color: #f1a33b;
}
.ambitious-rose {
color: #ec6981;
}
/* CSS Variables */
:root {
--beekeeper:#f6e692;
--wake-me-up:#f5d75b;
--golden-mary:#f3bc39;
--y-ng-ch-ng-orange:#f1a33b;
--ambitious-rose:#ec6981;
}