Color names in this palette
CSS code for this palette
/* CSS */
.hanami-pink {
color: #f5b2e7;
}
.fussy-pink {
color: #e8a1be;
}
.high-maintenance {
color: #d48cb4;
}
.fuchsia-kiss {
color: #c7709c;
}
.tutti-frutti {
color: #b6587f;
}
/* CSS Variables */
:root {
--hanami-pink:#f5b2e7;
--fussy-pink:#e8a1be;
--high-maintenance:#d48cb4;
--fuchsia-kiss:#c7709c;
--tutti-frutti:#b6587f;
}