Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.citrus-sachet {
color: #f6c9a7;
}
.schabziger-green {
color: #e2e5b8;
}
.lolly-ice {
color: #a6d8d2;
}
.dreamy-candy-forest {
color: #b19ee5;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--citrus-sachet:#f6c9a7;
--schabziger-green:#e2e5b8;
--lolly-ice:#a6d8d2;
--dreamy-candy-forest:#b19ee5;
}