Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a8;
}
.new-clay {
color: #f1c2b6;
}
.warm-bread {
color: #f9e7d2;
}
.cay {
color: #a3d1d7;
}
.tourmaline-turquoise {
color: #4c9e99;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a8;
--new-clay:#f1c2b6;
--warm-bread:#f9e7d2;
--cay:#a3d1d7;
--tourmaline-turquoise:#4c9e99;
}