Color names in this palette
CSS code for this palette
/* CSS */
.bell-blue {
color: #5f8d95;
}
.morning-green {
color: #8ab7af;
}
.lolly-ice {
color: #a6d9d4;
}
.champagne-burst {
color: #f1e4cb;
}
.mystic-tulip {
color: #f9b49f;
}
/* CSS Variables */
:root {
--bell-blue:#5f8d95;
--morning-green:#8ab7af;
--lolly-ice:#a6d9d4;
--champagne-burst:#f1e4cb;
--mystic-tulip:#f9b49f;
}