Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.smooth-satin {
color: #a3d7d1;
}
.ice-breaker {
color: #d3e9e7;
}
.everlasting-ice {
color: #f5faf9;
}
.pallid-orange {
color: #f9b79f;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--smooth-satin:#a3d7d1;
--ice-breaker:#d3e9e7;
--everlasting-ice:#f5faf9;
--pallid-orange:#f9b79f;
}