Color names in this palette
CSS code for this palette
/* CSS */
.parfait-pink {
color: #e4b4c2;
}
.apricot-obsession {
color: #f7c6b6;
}
.urnebes-beige {
color: #ffecc2;
}
.bright-khaki {
color: #f0e88e;
}
.duckling {
color: #f7b355;
}
/* CSS Variables */
:root {
--parfait-pink:#e4b4c2;
--apricot-obsession:#f7c6b6;
--urnebes-beige:#ffecc2;
--bright-khaki:#f0e88e;
--duckling:#f7b355;
}