Color names in this palette
CSS code for this palette
/* CSS */
.mouse-nose {
color: #ffe4b3;
}
.peach-puff {
color: #ffd9b8;
}
.persicus {
color: #ffb59e;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--mouse-nose:#ffe4b3;
--peach-puff:#ffd9b8;
--persicus:#ffb59e;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
}