Color names in this palette
CSS code for this palette
/* CSS */
.phoenix-fossil {
color: #fad79e;
}
.first-date {
color: #f4b1a4;
}
.waddles-pink {
color: #f1a7d0;
}
.metal-petal {
color: #b28eb4;
}
.jubilee {
color: #7c5c9d;
}
/* CSS Variables */
:root {
--phoenix-fossil:#fad79e;
--first-date:#f4b1a4;
--waddles-pink:#f1a7d0;
--metal-petal:#b28eb4;
--jubilee:#7c5c9d;
}