Color names in this palette
CSS code for this palette
/* CSS */
.heavenly {
color: #81b4c5;
}
.winsome-hue {
color: #a7dae2;
}
.frosty-mint {
color: #e2f8f2;
}
.coral-bisque {
color: #f9c5ae;
}
.vinaceous-cinnamon {
color: #f28c8c;
}
/* CSS Variables */
:root {
--heavenly:#81b4c5;
--winsome-hue:#a7dae2;
--frosty-mint:#e2f8f2;
--coral-bisque:#f9c5ae;
--vinaceous-cinnamon:#f28c8c;
}