Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.ice-crystal-blue {
color: #a6e2df;
}
.spearmint-water {
color: #b4e9e7;
}
.mystic-tulip {
color: #f7b7a1;
}
.cosmic-coral {
color: #e7806e;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--ice-crystal-blue:#a6e2df;
--spearmint-water:#b4e9e7;
--mystic-tulip:#f7b7a1;
--cosmic-coral:#e7806e;
}