Color names in this palette
CSS code for this palette
/* CSS */
.gold-sand {
color: #f7e7a6;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.blush-d-amour {
color: #e05c7f;
}
.pure-mauve {
color: #705091;
}
.blue-depths {
color: #2c3d63;
}
/* CSS Variables */
:root {
--gold-sand:#f7e7a6;
--cotton-candy-aesthetic:#f5b7e2;
--blush-d-amour:#e05c7f;
--pure-mauve:#705091;
--blue-depths:#2c3d63;
}