Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.purple-thorn {
color: #f0b7c0;
}
.majestic-treasures {
color: #f2e6a1;
}
.n-rang-orange {
color: #ff8052;
}
.dusk-orange {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--purple-thorn:#f0b7c0;
--majestic-treasures:#f2e6a1;
--n-rang-orange:#ff8052;
--dusk-orange:#ff4d3d;
}