Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b809a;
}
.cabana-bay {
color: #8cc0bf;
}
.crescent-moon {
color: #f2e8cf;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-heaven:#5b809a;
--cabana-bay:#8cc0bf;
--crescent-moon:#f2e8cf;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}