Color names in this palette
CSS code for this palette
/* CSS */
.lotus-pod {
color: #e7d7c1;
}
.pebble-walk {
color: #b0b3a8;
}
.elegant-white {
color: #f5f0e0;
}
.valhalla {
color: #2a2c41;
}
.azurite-water-green {
color: #4d8074;
}
/* CSS Variables */
:root {
--lotus-pod:#e7d7c1;
--pebble-walk:#b0b3a8;
--elegant-white:#f5f0e0;
--valhalla:#2a2c41;
--azurite-water-green:#4d8074;
}