Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2d496c;
}
.sotek-green {
color: #4a7c8c;
}
.melodious {
color: #7cb6b1;
}
.light-blue-glint {
color: #a7d5e2;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--blue-tang:#2d496c;
--sotek-green:#4a7c8c;
--melodious:#7cb6b1;
--light-blue-glint:#a7d5e2;
--hawaiian-cream:#f9e6b9;
}