Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.cream-blush {
color: #f9c59a;
}
.gentle-yellow {
color: #fef3be;
}
.celtic-spring {
color: #a9e0b1;
}
.blue-jeans {
color: #61b7ef;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--cream-blush:#f9c59a;
--gentle-yellow:#fef3be;
--celtic-spring:#a9e0b1;
--blue-jeans:#61b7ef;
}