Color names in this palette
CSS code for this palette
/* CSS */
.desert-flower {
color: #ff8c80;
}
.persicus {
color: #ffb69e;
}
.powdered-peach {
color: #ffe5d1;
}
.corn-kernel {
color: #ffcba3;
}
.first-date {
color: #f5aea3;
}
/* CSS Variables */
:root {
--desert-flower:#ff8c80;
--persicus:#ffb69e;
--powdered-peach:#ffe5d1;
--corn-kernel:#ffcba3;
--first-date:#f5aea3;
}