Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b7f9a;
}
.sky-chase {
color: #a5c8cf;
}
.frosty-mint {
color: #dff6f3;
}
.pink-mimosa {
color: #f6b4a7;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--blue-heaven:#5b7f9a;
--sky-chase:#a5c8cf;
--frosty-mint:#dff6f3;
--pink-mimosa:#f6b4a7;
--breeze-of-chilli:#f26e6e;
}