Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.botanical-tint {
color: #a5e3d1;
}
.milky-maize {
color: #f7d7a1;
}
.orange-grove {
color: #fbb08e;
}
.flushed {
color: #e15656;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--botanical-tint:#a5e3d1;
--milky-maize:#f7d7a1;
--orange-grove:#fbb08e;
--flushed:#e15656;
}