Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.soft-cashmere {
color: #f2b5d8;
}
.lavender-rose {
color: #f7a1e1;
}
.cherished-one {
color: #ff8f8f;
}
.agrellan-badland {
color: #ffb347;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--soft-cashmere:#f2b5d8;
--lavender-rose:#f7a1e1;
--cherished-one:#ff8f8f;
--agrellan-badland:#ffb347;
}