Color names in this palette
CSS code for this palette
/* CSS */
.sugar-cane-dahlia {
color: #f8c2bf;
}
.stable-hay {
color: #f8e0bf;
}
.blond {
color: #f8f1bf;
}
.icy-landscape {
color: #bfe8f8;
}
.light-periwinkle {
color: #bfbff8;
}
/* CSS Variables */
:root {
--sugar-cane-dahlia:#f8c2bf;
--stable-hay:#f8e0bf;
--blond:#f8f1bf;
--icy-landscape:#bfe8f8;
--light-periwinkle:#bfbff8;
}