Color names in this palette
CSS code for this palette
/* CSS */
.turkish-sea {
color: #1a508e;
}
.amalfi-coast {
color: #2c7fba;
}
.lake-thun {
color: #38c4e0;
}
.clear-vision {
color: #e4f2f6;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--turkish-sea:#1a508e;
--amalfi-coast:#2c7fba;
--lake-thun:#38c4e0;
--clear-vision:#e4f2f6;
--white:#ffffff;
}