Color names in this palette
CSS code for this palette
/* CSS */
.bateau {
color: #1b7793;
}
.teal-essence {
color: #3ca4b4;
}
.watercourse {
color: #63cfd9;
}
.waterspout {
color: #a2f0f6;
}
.peach-rose {
color: #f6e3d5;
}
/* CSS Variables */
:root {
--bateau:#1b7793;
--teal-essence:#3ca4b4;
--watercourse:#63cfd9;
--waterspout:#a2f0f6;
--peach-rose:#f6e3d5;
}