Color names in this palette
CSS code for this palette
/* CSS */
.sea-loch {
color: #6a9bd2;
}
.windsor-way {
color: #a1c6e8;
}
.light-featherbed {
color: #c1d8ec;
}
.majestic-treasures {
color: #f2e7a1;
}
.jambalaya {
color: #f4b576;
}
/* CSS Variables */
:root {
--sea-loch:#6a9bd2;
--windsor-way:#a1c6e8;
--light-featherbed:#c1d8ec;
--majestic-treasures:#f2e7a1;
--jambalaya:#f4b576;
}