Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f6c5a7;
}
.rosy-outlook {
color: #f2aaa1;
}
.cherrystone {
color: #f69a8e;
}
.moegi-green {
color: #f68e74;
}
.adventure-island-pink {
color: #f67855;
}
/* CSS Variables */
:root {
--peach-damask:#f6c5a7;
--rosy-outlook:#f2aaa1;
--cherrystone:#f69a8e;
--moegi-green:#f68e74;
--adventure-island-pink:#f67855;
}