Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.classical-yellow {
color: #f8d291;
}
.sweet-apricot {
color: #f9c1a9;
}
.amaranth-pink {
color: #f29cbb;
}
.carissima {
color: #e37d93;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--classical-yellow:#f8d291;
--sweet-apricot:#f9c1a9;
--amaranth-pink:#f29cbb;
--carissima:#e37d93;
}