Color names in this palette
CSS code for this palette
/* CSS */
.kissed-by-mist {
color: #f6c6f5;
}
.violet-kiss {
color: #f2a6d2;
}
.blushed-bombshell {
color: #e68ec9;
}
.flame-seal {
color: #f2e75a;
}
.beekeeper {
color: #f6e492;
}
/* CSS Variables */
:root {
--kissed-by-mist:#f6c6f5;
--violet-kiss:#f2a6d2;
--blushed-bombshell:#e68ec9;
--flame-seal:#f2e75a;
--beekeeper:#f6e492;
}