Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.aqua-island {
color: #a3dbd6;
}
.peek-a-blue {
color: #c4e3e0;
}
.bakery-box {
color: #eff5f3;
}
.mixed-fruit {
color: #f9b8b4;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--aqua-island:#a3dbd6;
--peek-a-blue:#c4e3e0;
--bakery-box:#eff5f3;
--mixed-fruit:#f9b8b4;
}