Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b6e98;
}
.tropical-escape {
color: #4bb9b5;
}
.shimmering-blue {
color: #7be5ca;
}
.forsythia-blossom {
color: #f9d66c;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--bateau:#1b6e98;
--tropical-escape:#4bb9b5;
--shimmering-blue:#7be5ca;
--forsythia-blossom:#f9d66c;
--pink-pepper:#f25a69;
}