Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.flash-in-the-pan {
color: #ff9a75;
}
.persicus {
color: #ffb59e;
}
.friendship {
color: #ffd6c2;
}
.peach-breeze {
color: #ffede5;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--flash-in-the-pan:#ff9a75;
--persicus:#ffb59e;
--friendship:#ffd6c2;
--peach-breeze:#ffede5;
}