Color names in this palette
CSS code for this palette
/* CSS */
.sunken-harbor {
color: #1e3c48;
}
.coelin-blue {
color: #497c92;
}
.florida-turquoise {
color: #6eb9b2;
}
.fresh-pineapple {
color: #f2d450;
}
.nasturtium-flower {
color: #e64919;
}
/* CSS Variables */
:root {
--sunken-harbor:#1e3c48;
--coelin-blue:#497c92;
--florida-turquoise:#6eb9b2;
--fresh-pineapple:#f2d450;
--nasturtium-flower:#e64919;
}