Color names in this palette
CSS code for this palette
/* CSS */
.violet-whimsey {
color: #d8d6e0;
}
.ocean-kiss {
color: #a4c2c6;
}
.folk-song {
color: #6aa09f;
}
.brittany-blue {
color: #4b7e8b;
}
.jimbaran-bay {
color: #3c5c62;
}
/* CSS Variables */
:root {
--violet-whimsey:#d8d6e0;
--ocean-kiss:#a4c2c6;
--folk-song:#6aa09f;
--brittany-blue:#4b7e8b;
--jimbaran-bay:#3c5c62;
}