Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f1c6d0;
}
.fulgrim-pink {
color: #f8b4ca;
}
.pink-fit {
color: #f9a9b0;
}
.mellow-apricot {
color: #f7b578;
}
.adonis-rose-yellow {
color: #f4bf4e;
}
/* CSS Variables */
:root {
--in-the-pink:#f1c6d0;
--fulgrim-pink:#f8b4ca;
--pink-fit:#f9a9b0;
--mellow-apricot:#f7b578;
--adonis-rose-yellow:#f4bf4e;
}