Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.french-pass {
color: #a3d4e0;
}
.cream-yellow {
color: #f2daa6;
}
.rozowy-pink {
color: #f1a7b7;
}
.baroness-mauve {
color: #7f6f9b;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--french-pass:#a3d4e0;
--cream-yellow:#f2daa6;
--rozowy-pink:#f1a7b7;
--baroness-mauve:#7f6f9b;
}