Color names in this palette
CSS code for this palette
/* CSS */
.tropical-escape {
color: #4cb8b2;
}
.soft-turquoise {
color: #70d7d3;
}
.luminescent-blue {
color: #a2e2e6;
}
.maximum-yellow-red {
color: #f1b74b;
}
.sea-nettle {
color: #f57a38;
}
/* CSS Variables */
:root {
--tropical-escape:#4cb8b2;
--soft-turquoise:#70d7d3;
--luminescent-blue:#a2e2e6;
--maximum-yellow-red:#f1b74b;
--sea-nettle:#f57a38;
}