Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.fuchsia-fever {
color: #ff5c98;
}
.camellia-rose {
color: #e34f6c;
}
.royal-banner {
color: #c94a6c;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--fuchsia-fever:#ff5c98;
--camellia-rose:#e34f6c;
--royal-banner:#c94a6c;
}