Color names in this palette
CSS code for this palette
/* CSS */
.salt-box {
color: #f6e9da;
}
.cono-de-vainilla {
color: #f1d9b6;
}
.neighborly-peach {
color: #f0c2a3;
}
.peach-nirvana {
color: #ebb08e;
}
.cumquat-cream {
color: #f29c7d;
}
/* CSS Variables */
:root {
--salt-box:#f6e9da;
--cono-de-vainilla:#f1d9b6;
--neighborly-peach:#f0c2a3;
--peach-nirvana:#ebb08e;
--cumquat-cream:#f29c7d;
}