Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.light-blue-glint {
color: #a8d3e1;
}
.distant-horizon {
color: #f1f7f8;
}
.american-yellow {
color: #f5b400;
}
.cool-as-a-cucumber {
color: #c5d86e;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--light-blue-glint:#a8d3e1;
--distant-horizon:#f1f7f8;
--american-yellow:#f5b400;
--cool-as-a-cucumber:#c5d86e;
}