Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.kissable {
color: #ff8e7a;
}
.floral-leaf {
color: #ffb84d;
}
.maizena {
color: #f6ec60;
}
.aurora-green {
color: #6fdc8b;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--kissable:#ff8e7a;
--floral-leaf:#ffb84d;
--maizena:#f6ec60;
--aurora-green:#6fdc8b;
}