Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.sinbad {
color: #a7d3d0;
}
.peek-a-blue {
color: #c5e2e1;
}
.almost-pink {
color: #f1e2da;
}
.mandys-pink {
color: #f6b698;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--sinbad:#a7d3d0;
--peek-a-blue:#c5e2e1;
--almost-pink:#f1e2da;
--mandys-pink:#f6b698;
}