Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f6a2d3;
}
.terrace-pool {
color: #a3d8e0;
}
.oyster-bisque {
color: #f2e6b0;
}
.blackberry-yogurt {
color: #e1b5e8;
}
.coral-bisque {
color: #f7c6b1;
}
/* CSS Variables */
:root {
--violet-kiss:#f6a2d3;
--terrace-pool:#a3d8e0;
--oyster-bisque:#f2e6b0;
--blackberry-yogurt:#e1b5e8;
--coral-bisque:#f7c6b1;
}