Color names in this palette
CSS code for this palette
/* CSS */
.cotton-candy-aesthetic {
color: #f5b7e3;
}
.palace-rose {
color: #f9c8d4;
}
.pastry {
color: #f7e0b6;
}
.highlighter-yellow {
color: #f3e739;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--cotton-candy-aesthetic:#f5b7e3;
--palace-rose:#f9c8d4;
--pastry:#f7e0b6;
--highlighter-yellow:#f3e739;
--n-rang-orange:#ff8052;
}