Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.ice-cream-parlour {
color: #f8d5af;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.intergalactic-blue {
color: #b0e2f2;
}
.blair {
color: #a2c2e2;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--ice-cream-parlour:#f8d5af;
--lemon-ice-yellow:#f7e2a6;
--intergalactic-blue:#b0e2f2;
--blair:#a2c2e2;
}