Color names in this palette
CSS code for this palette
/* CSS */
.aqua-frost {
color: #a9d3d6;
}
.frozen-moss-green {
color: #aee0ae;
}
.mystic-tulip {
color: #f6b7a2;
}
.optimistic-yellow {
color: #f4e1a4;
}
.blackberry-yogurt {
color: #e4b9e3;
}
/* CSS Variables */
:root {
--aqua-frost:#a9d3d6;
--frozen-moss-green:#aee0ae;
--mystic-tulip:#f6b7a2;
--optimistic-yellow:#f4e1a4;
--blackberry-yogurt:#e4b9e3;
}