Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1cb1ce;
}
.lake-thun {
color: #4dc5e0;
}
.island-paradise {
color: #8ee6e6;
}
.neo-mint {
color: #a4f9c7;
}
.toxic-latte {
color: #e2f8ea;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1cb1ce;
--lake-thun:#4dc5e0;
--island-paradise:#8ee6e6;
--neo-mint:#a4f9c7;
--toxic-latte:#e2f8ea;
}