Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.first-date {
color: #f4b69f;
}
.lazy-daisy {
color: #f9eba4;
}
.peach-damask {
color: #f6c7a7;
}
.carissima {
color: #e77e9a;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--first-date:#f4b69f;
--lazy-daisy:#f9eba4;
--peach-damask:#f6c7a7;
--carissima:#e77e9a;
}