Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e8ef1;
}
.lake-thun {
color: #38cae0;
}
.jazzy-jade {
color: #5be1d4;
}
.pale-turquoise {
color: #a6f7d1;
}
.melting-glacier {
color: #e7f9f5;
}
/* CSS Variables */
:root {
--karimun-blue:#1e8ef1;
--lake-thun:#38cae0;
--jazzy-jade:#5be1d4;
--pale-turquoise:#a6f7d1;
--melting-glacier:#e7f9f5;
}