Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab5c7;
}
.tint-of-turquoise {
color: #3fc6b8;
}
.ocean-in-a-bowl {
color: #5fe3bf;
}
.menthol-kiss {
color: #a3e1d5;
}
.white-smoke {
color: #f3f7f5;
}
/* CSS Variables */
:root {
--lago-blue:#1ab5c7;
--tint-of-turquoise:#3fc6b8;
--ocean-in-a-bowl:#5fe3bf;
--menthol-kiss:#a3e1d5;
--white-smoke:#f3f7f5;
}