Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f2a6d6;
}
.usu-koubai-blossom {
color: #e59ab4;
}
.pink-clay-pot {
color: #d68f93;
}
.spindle {
color: #b2c4d7;
}
.greek-sea {
color: #6ca4e0;
}
/* CSS Variables */
:root {
--violet-kiss:#f2a6d6;
--usu-koubai-blossom:#e59ab4;
--pink-clay-pot:#d68f93;
--spindle:#b2c4d7;
--greek-sea:#6ca4e0;
}