Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f7b1d0;
}
.soft-butter {
color: #f6e1b6;
}
.folk-tale {
color: #b2e0c0;
}
.sea-cliff {
color: #a3c7e0;
}
.harmonious-rose {
color: #f89bba;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f7b1d0;
--soft-butter:#f6e1b6;
--folk-tale:#b2e0c0;
--sea-cliff:#a3c7e0;
--harmonious-rose:#f89bba;
}