Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5a7e96;
}
.eyefull {
color: #8cb3b5;
}
.bathe-blue {
color: #c2e1e5;
}
.salmon-eggs {
color: #f4d65d;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--blue-heaven:#5a7e96;
--eyefull:#8cb3b5;
--bathe-blue:#c2e1e5;
--salmon-eggs:#f4d65d;
--miami-marmalade:#f78d1d;
}