Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.ibis {
color: #f6b6c1;
}
.fruit-shake {
color: #f29d8c;
}
.morning-marmalade {
color: #f28d69;
}
.sandy-brown {
color: #f2a65f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--ibis:#f6b6c1;
--fruit-shake:#f29d8c;
--morning-marmalade:#f28d69;
--sandy-brown:#f2a65f;
}