Color names in this palette
CSS code for this palette
/* CSS */
.pekin-chicken {
color: #f6cfac;
}
.first-date {
color: #f4b69f;
}
.blush {
color: #f4a090;
}
.rose-essence {
color: #f29a8c;
}
.chateau-rose {
color: #dca3d3;
}
/* CSS Variables */
:root {
--pekin-chicken:#f6cfac;
--first-date:#f4b69f;
--blush:#f4a090;
--rose-essence:#f29a8c;
--chateau-rose:#dca3d3;
}