Color names in this palette
CSS code for this palette
/* CSS */
.sea-hunter {
color: #1e5a7b;
}
.sacred-turquoise {
color: #4eb1a2;
}
.tropical-trail {
color: #87d4b5;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--sea-hunter:#1e5a7b;
--sacred-turquoise:#4eb1a2;
--tropical-trail:#87d4b5;
--creamy-sweet-corn:#f6c34c;
--orange-gluttony:#e77e23;
}