Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c6e0;
}
.sweet-sheba {
color: #f1b7a7;
}
.marigold-dust {
color: #f4cf3e;
}
.annular {
color: #e27c60;
}
.sweet-dreams {
color: #9fc4e9;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c6e0;
--sweet-sheba:#f1b7a7;
--marigold-dust:#f4cf3e;
--annular:#e27c60;
--sweet-dreams:#9fc4e9;
}