Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f3bfd7;
}
.elastic-pink {
color: #f0a3c8;
}
.hope {
color: #e77e9f;
}
.golgfag-brown {
color: #d87c6e;
}
.dizzy-days {
color: #d04d2f;
}
/* CSS Variables */
:root {
--cherry-blossom:#f3bfd7;
--elastic-pink:#f0a3c8;
--hope:#e77e9f;
--golgfag-brown:#d87c6e;
--dizzy-days:#d04d2f;
}