Color names in this palette
CSS code for this palette
/* CSS */
.rainbow {
color: #f7bfbb;
}
.tickled-pink {
color: #f1a7c0;
}
.amaranth {
color: #e878ae;
}
.kirby {
color: #da4e8f;
}
.beetiful-magenta {
color: #8c2b69;
}
/* CSS Variables */
:root {
--rainbow:#f7bfbb;
--tickled-pink:#f1a7c0;
--amaranth:#e878ae;
--kirby:#da4e8f;
--beetiful-magenta:#8c2b69;
}