Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.carnation-bouquet {
color: #f6c1d1;
}
.perfume-haze {
color: #f3e9f6;
}
.chicago-blue {
color: #b5dbe8;
}
.whirlpool {
color: #a1d9cf;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--carnation-bouquet:#f6c1d1;
--perfume-haze:#f3e9f6;
--chicago-blue:#b5dbe8;
--whirlpool:#a1d9cf;
}