Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1e91ae;
}
.gem-turquoise {
color: #4ec2c6;
}
.bubble-algae {
color: #8cedc6;
}
.golden-apples {
color: #f3d74f;
}
.carrot {
color: #f7703b;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1e91ae;
--gem-turquoise:#4ec2c6;
--bubble-algae:#8cedc6;
--golden-apples:#f3d74f;
--carrot:#f7703b;
}