Color names in this palette
CSS code for this palette
/* CSS */
.eton-blue {
color: #a7d3d3;
}
.sunburst {
color: #f2b67d;
}
.oyster-bisque {
color: #f2e5b1;
}
.precious-pink {
color: #f4b4b4;
}
.aqua-bay {
color: #b8e0c9;
}
/* CSS Variables */
:root {
--eton-blue:#a7d3d3;
--sunburst:#f2b67d;
--oyster-bisque:#f2e5b1;
--precious-pink:#f4b4b4;
--aqua-bay:#b8e0c9;
}