Color names in this palette
CSS code for this palette
/* CSS */
.first-day-of-summer {
color: #f3e79b;
}
.hibiscus-petal {
color: #f1a7ae;
}
.sea-cliff {
color: #a4c8e0;
}
.sea-loch {
color: #6b9bd6;
}
.bluster-blue {
color: #4b5d72;
}
/* CSS Variables */
:root {
--first-day-of-summer:#f3e79b;
--hibiscus-petal:#f1a7ae;
--sea-cliff:#a4c8e0;
--sea-loch:#6b9bd6;
--bluster-blue:#4b5d72;
}