Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e8b0c4;
}
.fairy-tale {
color: #f0b2c7;
}
.pink-lace {
color: #f6cbd9;
}
.bisque {
color: #fee4c3;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--athena-pink:#e8b0c4;
--fairy-tale:#f0b2c7;
--pink-lace:#f6cbd9;
--bisque:#fee4c3;
--n-rang-orange:#ff8052;
}