Color names in this palette
CSS code for this palette
/* CSS */
.cottage-rose {
color: #d9aa9b;
}
.rose-linen {
color: #e5b09e;
}
.starfish {
color: #e5bea4;
}
.antoinette-pink {
color: #e7c3b1;
}
.posy {
color: #f4e0d2;
}
/* CSS Variables */
:root {
--cottage-rose:#d9aa9b;
--rose-linen:#e5b09e;
--starfish:#e5bea4;
--antoinette-pink:#e7c3b1;
--posy:#f4e0d2;
}