Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sweet-lilac {
color: #eab8d1;
}
.prettiest-pink {
color: #e2a1c8;
}
.sorbet-ice-mauve {
color: #a3a6e0;
}
.kindred {
color: #709ddb;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sweet-lilac:#eab8d1;
--prettiest-pink:#e2a1c8;
--sorbet-ice-mauve:#a3a6e0;
--kindred:#709ddb;
}