Color names in this palette
CSS code for this palette
/* CSS */
.casual-khaki {
color: #d4c7af;
}
.warming-peach {
color: #e2b8a1;
}
.wisley-pink {
color: #f4a499;
}
.fruity-licious {
color: #f6908e;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--casual-khaki:#d4c7af;
--warming-peach:#e2b8a1;
--wisley-pink:#f4a499;
--fruity-licious:#f6908e;
--porcelain-rose:#e76a6a;
}