Color names in this palette
CSS code for this palette
/* CSS */
.airborne {
color: #a1c2d3;
}
.warming-peach {
color: #e6b8a2;
}
.peach-patch {
color: #f7d5a1;
}
.blue-angels-yellow {
color: #fab700;
}
.berrylicious {
color: #d95e6c;
}
/* CSS Variables */
:root {
--airborne:#a1c2d3;
--warming-peach:#e6b8a2;
--peach-patch:#f7d5a1;
--blue-angels-yellow:#fab700;
--berrylicious:#d95e6c;
}