Color names in this palette
CSS code for this palette
/* CSS */
.hidden-path {
color: #e5d6b8;
}
.charted {
color: #b3cde0;
}
.first-peach {
color: #f6c7c6;
}
.nature-apricot {
color: #ffb6a3;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--hidden-path:#e5d6b8;
--charted:#b3cde0;
--first-peach:#f6c7c6;
--nature-apricot:#ffb6a3;
--kisses-and-hugs:#ff667d;
}