Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e1;
}
.holiday {
color: #7fc7b6;
}
.marigold-dust {
color: #f4cf3e;
}
.salmon-pok-bowl {
color: #f17979;
}
.iris-orchid {
color: #a96aa8;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e1;
--holiday:#7fc7b6;
--marigold-dust:#f4cf3e;
--salmon-pok-bowl:#f17979;
--iris-orchid:#a96aa8;
}