Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f9e6a9;
}
.antique-cameo {
color: #f0b5a3;
}
.siesta-rose {
color: #ef7b7b;
}
.paradise-pink {
color: #e4495b;
}
.vivid-viola {
color: #9f3c7e;
}
/* CSS Variables */
:root {
--gold-sand:#f9e6a9;
--antique-cameo:#f0b5a3;
--siesta-rose:#ef7b7b;
--paradise-pink:#e4495b;
--vivid-viola:#9f3c7e;
}