Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.kentucky-bluegrass {
color: #1ea6b8;
}
.blue-martina {
color: #1ec8c8;
}
.sparkling-cove {
color: #2fa0b6;
}
.blueberry-pie {
color: #2e4e66;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--kentucky-bluegrass:#1ea6b8;
--blue-martina:#1ec8c8;
--sparkling-cove:#2fa0b6;
--blueberry-pie:#2e4e66;
}