Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.gold-sand {
color: #f9e4a9;
}
.sweet-apricot {
color: #fbc2a7;
}
.bierwurst {
color: #f08e8e;
}
.deep-blush {
color: #e76a89;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--gold-sand:#f9e4a9;
--sweet-apricot:#fbc2a7;
--bierwurst:#f08e8e;
--deep-blush:#e76a89;
}