Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f7c1b1;
}
.classical-yellow {
color: #f9d690;
}
.pineapple-delight {
color: #f1e7a7;
}
.sinbad {
color: #a4d5d0;
}
.winter-chime {
color: #85c5e0;
}
/* CSS Variables */
:root {
--rustique:#f7c1b1;
--classical-yellow:#f9d690;
--pineapple-delight:#f1e7a7;
--sinbad:#a4d5d0;
--winter-chime:#85c5e0;
}