Color names in this palette
CSS code for this palette
/* CSS */
.shot-over {
color: #4b5e68;
}
.green-silk {
color: #a0c0b0;
}
.peach-patch {
color: #f4d69f;
}
.smashed-pumpkin {
color: #ff6a3d;
}
.porcelain-rose {
color: #e86969;
}
/* CSS Variables */
:root {
--shot-over:#4b5e68;
--green-silk:#a0c0b0;
--peach-patch:#f4d69f;
--smashed-pumpkin:#ff6a3d;
--porcelain-rose:#e86969;
}