Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.peach-damask {
color: #f9c5a4;
}
.cymophane-yellow {
color: #f3e5a5;
}
.garden-party {
color: #e4a5b9;
}
.beauty-queen {
color: #ba5a8a;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--peach-damask:#f9c5a4;
--cymophane-yellow:#f3e5a5;
--garden-party:#e4a5b9;
--beauty-queen:#ba5a8a;
}