Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2d496c;
}
.blue-beads {
color: #5b7f9f;
}
.vast-sky {
color: #a8c8d6;
}
.lemon-filling {
color: #f7e6a6;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--blue-tang:#2d496c;
--blue-beads:#5b7f9f;
--vast-sky:#a8c8d6;
--lemon-filling:#f7e6a6;
--miami-marmalade:#f28e1c;
}