Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.flan {
color: #f7e1b6;
}
.cheater {
color: #f2b05a;
}
.plague-brown {
color: #e0b700;
}
.bonfire-night {
color: #d86b41;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--flan:#f7e1b6;
--cheater:#f2b05a;
--plague-brown:#e0b700;
--bonfire-night:#d86b41;
}