Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.bleached-sunflower {
color: #fce9a6;
}
.frosted-hills {
color: #a9eab0;
}
.maiden-voyage {
color: #88c8d8;
}
.sea-loch {
color: #6a9bd2;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--bleached-sunflower:#fce9a6;
--frosted-hills:#a9eab0;
--maiden-voyage:#88c8d8;
--sea-loch:#6a9bd2;
}