Color names in this palette
CSS code for this palette
/* CSS */
.orchid-ecstasy {
color: #b84c8d;
}
.cherry-brandy {
color: #e36d7d;
}
.roseberry {
color: #f7a8a1;
}
.salmon-eggs {
color: #f4d35d;
}
.dioptase-green {
color: #3d9e8c;
}
/* CSS Variables */
:root {
--orchid-ecstasy:#b84c8d;
--cherry-brandy:#e36d7d;
--roseberry:#f7a8a1;
--salmon-eggs:#f4d35d;
--dioptase-green:#3d9e8c;
}