Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1e7a9f;
}
.glimpse {
color: #4ab8c9;
}
.foaming-surf {
color: #8fd4dc;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1e7a9f;
--glimpse:#4ab8c9;
--foaming-surf:#8fd4dc;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}