Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b6e98;
}
.montego-bay {
color: #3cb3b9;
}
.nevada-sky {
color: #a1d9e8;
}
.tequila {
color: #f3d0a5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bateau:#1b6e98;
--montego-bay:#3cb3b9;
--nevada-sky:#a1d9e8;
--tequila:#f3d0a5;
--grapefruit-pulp:#ff6e61;
}