Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2b6d88;
}
.gondolier {
color: #59b1c5;
}
.island-paradise {
color: #8de0e8;
}
.french-vanilla {
color: #f0e3a8;
}
.rosy-outlook {
color: #f5af9e;
}
/* CSS Variables */
:root {
--faience:#2b6d88;
--gondolier:#59b1c5;
--island-paradise:#8de0e8;
--french-vanilla:#f0e3a8;
--rosy-outlook:#f5af9e;
}