Color names in this palette
CSS code for this palette
/* CSS */
.aqua-island {
color: #a1d9d8;
}
.ibis {
color: #f1b1bf;
}
.venetian-yellow {
color: #f6e6a2;
}
.khaki-core {
color: #f9e3ae;
}
.october-haze {
color: #f9aa8b;
}
/* CSS Variables */
:root {
--aqua-island:#a1d9d8;
--ibis:#f1b1bf;
--venetian-yellow:#f6e6a2;
--khaki-core:#f9e3ae;
--october-haze:#f9aa8b;
}