Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f7e2b0;
}
.violet-kiss {
color: #f09ecf;
}
.vic-20-pink {
color: #e8a0f3;
}
.myrtle-flower {
color: #a4aedf;
}
.blue-hepatica {
color: #666fe5;
}
/* CSS Variables */
:root {
--friendly-yellow:#f7e2b0;
--violet-kiss:#f09ecf;
--vic-20-pink:#e8a0f3;
--myrtle-flower:#a4aedf;
--blue-hepatica:#666fe5;
}