Color names in this palette
CSS code for this palette
/* CSS */
.bay {
color: #b2e0d3;
}
.southern-belle {
color: #a7d7c2;
}
.pink-tulle {
color: #e0b59e;
}
.dobunezumi-brown {
color: #4b3b3a;
}
.garlic-pesto {
color: #c4d600;
}
/* CSS Variables */
:root {
--bay:#b2e0d3;
--southern-belle:#a7d7c2;
--pink-tulle:#e0b59e;
--dobunezumi-brown:#4b3b3a;
--garlic-pesto:#c4d600;
}