Color names in this palette
CSS code for this palette
/* CSS */
.creamy-peach {
color: #f3a582;
}
.anna-banana {
color: #f7d74b;
}
.aquamarine-blue {
color: #76d3e0;
}
.blue-tint {
color: #a0d9d3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--creamy-peach:#f3a582;
--anna-banana:#f7d74b;
--aquamarine-blue:#76d3e0;
--blue-tint:#a0d9d3;
--grapefruit-pulp:#ff6e61;
}