Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.carnation-bouquet {
color: #f6c1d1;
}
.ballerina-pink {
color: #f6b6bb;
}
.fruit-shake {
color: #f49e8a;
}
.sandy-brown {
color: #f1a65f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--carnation-bouquet:#f6c1d1;
--ballerina-pink:#f6b6bb;
--fruit-shake:#f49e8a;
--sandy-brown:#f1a65f;
}