Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.indian-clay {
color: #f3cebf;
}
.sugar-cookie {
color: #f4e3a4;
}
.basil-smash {
color: #b8e2a2;
}
.terrace-pool {
color: #a1d7e2;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--indian-clay:#f3cebf;
--sugar-cookie:#f4e3a4;
--basil-smash:#b8e2a2;
--terrace-pool:#a1d7e2;
}