Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1e9f9f;
}
.gem-turquoise {
color: #50c3c1;
}
.blue-brocade {
color: #6fb8d3;
}
.sunny-mood {
color: #f7c94b;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--baltic:#1e9f9f;
--gem-turquoise:#50c3c1;
--blue-brocade:#6fb8d3;
--sunny-mood:#f7c94b;
--shell-pink:#f67e7e;
}