Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.soft-cashmere {
color: #f0b7d7;
}
.lazy-daisy {
color: #f8e9a0;
}
.apricot-obsession {
color: #f8c1b4;
}
.blush {
color: #f1a08e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--soft-cashmere:#f0b7d7;
--lazy-daisy:#f8e9a0;
--apricot-obsession:#f8c1b4;
--blush:#f1a08e;
}