Color names in this palette
CSS code for this palette
/* CSS */
.sea-loch {
color: #6a9bd2;
}
.elizabeth-blue {
color: #a0b8d4;
}
.barely-bloomed {
color: #e0aee0;
}
.sweet-60 {
color: #f2a1ae;
}
.rosey-afterglow {
color: #f8c9d1;
}
/* CSS Variables */
:root {
--sea-loch:#6a9bd2;
--elizabeth-blue:#a0b8d4;
--barely-bloomed:#e0aee0;
--sweet-60:#f2a1ae;
--rosey-afterglow:#f8c9d1;
}