Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1e7f99;
}
.glassmith {
color: #4ab8bf;
}
.turquoise-chalk {
color: #75e1d6;
}
.imam-ali-gold {
color: #f9e39a;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1e7f99;
--glassmith:#4ab8bf;
--turquoise-chalk:#75e1d6;
--imam-ali-gold:#f9e39a;
--fiery-salmon:#f76969;
}