Color names in this palette
CSS code for this palette
/* CSS */
.kissable {
color: #ff8c7a;
}
.persicus {
color: #ffb39e;
}
.romantic {
color: #ffc59e;
}
.peach-of-mind {
color: #ffe3b3;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--kissable:#ff8c7a;
--persicus:#ffb39e;
--romantic:#ffc59e;
--peach-of-mind:#ffe3b3;
--peach-of-mind:#ffe3b3;
}