Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #50b4b4;
}
.gemini {
color: #b4d9c9;
}
.pure-beige {
color: #e7d0c5;
}
.woven-raffia {
color: #f2dfc0;
}
.wonton-dumpling {
color: #d0a66c;
}
/* CSS Variables */
:root {
--crystalsong-blue:#50b4b4;
--gemini:#b4d9c9;
--pure-beige:#e7d0c5;
--woven-raffia:#f2dfc0;
--wonton-dumpling:#d0a66c;
}