Color names in this palette
CSS code for this palette
/* CSS */
.pink-beach {
color: #f7c1a6;
}
.salmon-fresco {
color: #f9b19f;
}
.ginger-milk {
color: #f6a65a;
}
.yellow-stagshorn {
color: #f8d95d;
}
.sugar-cookie {
color: #f1e1a2;
}
/* CSS Variables */
:root {
--pink-beach:#f7c1a6;
--salmon-fresco:#f9b19f;
--ginger-milk:#f6a65a;
--yellow-stagshorn:#f8d95d;
--sugar-cookie:#f1e1a2;
}