Color names in this palette
CSS code for this palette
/* CSS */
.peach-ash {
color: #eec1be;
}
.squid-pink {
color: #f4b4bd;
}
.pink-dogwood {
color: #f7cfd3;
}
.poetic-princess {
color: #f9e1e5;
}
.squid-pink {
color: #f2b5bf;
}
/* CSS Variables */
:root {
--peach-ash:#eec1be;
--squid-pink:#f4b4bd;
--pink-dogwood:#f7cfd3;
--poetic-princess:#f9e1e5;
--squid-pink:#f2b5bf;
}