Color names in this palette
CSS code for this palette
/* CSS */
.lily-legs {
color: #f1c6d5;
}
.hawaiian-cream {
color: #f9e6b9;
}
.lazy-daisy {
color: #f7e9a1;
}
.terrace-pool {
color: #a1d7e2;
}
.light-periwinkle {
color: #c2c7ff;
}
/* CSS Variables */
:root {
--lily-legs:#f1c6d5;
--hawaiian-cream:#f9e6b9;
--lazy-daisy:#f7e9a1;
--terrace-pool:#a1d7e2;
--light-periwinkle:#c2c7ff;
}