Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1d799a;
}
.blue-bobbin {
color: #4fb5c9;
}
.turkish-turquoise {
color: #7de3e8;
}
.shalimar {
color: #f3f7a6;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--bateau:#1d799a;
--blue-bobbin:#4fb5c9;
--turkish-turquoise:#7de3e8;
--shalimar:#f3f7a6;
--hot-coral:#f25c5a;
}