Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.everest {
color: #a1e2e0;
}
.icy-breeze {
color: #c4f1f3;
}
.frosty-mint {
color: #e2f8f5;
}
.everlasting-ice {
color: #f4fbfb;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--everest:#a1e2e0;
--icy-breeze:#c4f1f3;
--frosty-mint:#e2f8f5;
--everlasting-ice:#f4fbfb;
}