Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.florida-sunrise {
color: #f6ab6a;
}
.fruit-shake {
color: #f49e8a;
}
.ikkonzome-pink {
color: #f28c93;
}
.azalea {
color: #d83b65;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--florida-sunrise:#f6ab6a;
--fruit-shake:#f49e8a;
--ikkonzome-pink:#f28c93;
--azalea:#d83b65;
}