Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a1c1e8;
}
.bay {
color: #b5e3d1;
}
.icy-lemonade {
color: #f3e9af;
}
.peach-bud {
color: #f9b3ae;
}
.candy-heart-pink {
color: #f6a4a2;
}
/* CSS Variables */
:root {
--sky-high:#a1c1e8;
--bay:#b5e3d1;
--icy-lemonade:#f3e9af;
--peach-bud:#f9b3ae;
--candy-heart-pink:#f6a4a2;
}