Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2c6d87;
}
.basilica-blue {
color: #4da0a8;
}
.tropic-tide {
color: #67c1b9;
}
.venetian-yellow {
color: #f6e6a2;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--faience:#2c6d87;
--basilica-blue:#4da0a8;
--tropic-tide:#67c1b9;
--venetian-yellow:#f6e6a2;
--breeze-of-chilli:#f26e6e;
}