Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a4c2e5;
}
.peach-patch {
color: #f2d7a1;
}
.pink-chalk {
color: #f4a4bf;
}
.iced-aqua {
color: #a6d2d9;
}
.majestic-treasures {
color: #f1e7a2;
}
/* CSS Variables */
:root {
--angela-bay:#a4c2e5;
--peach-patch:#f2d7a1;
--pink-chalk:#f4a4bf;
--iced-aqua:#a6d2d9;
--majestic-treasures:#f1e7a2;
}