Color names in this palette
CSS code for this palette
/* CSS */
.linen {
color: #faf0e5;
}
.posy {
color: #f2e2d4;
}
.sweet-pastel {
color: #eac7b3;
}
.coronado-dunes {
color: #d6a68a;
}
.impatient-heart {
color: #c57c7c;
}
/* CSS Variables */
:root {
--linen:#faf0e5;
--posy:#f2e2d4;
--sweet-pastel:#eac7b3;
--coronado-dunes:#d6a68a;
--impatient-heart:#c57c7c;
}