Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.brasso {
color: #f2b96e;
}
.marigold-dust {
color: #f4cf3e;
}
.cool-aloe {
color: #a7d8a2;
}
.tangerine-flake {
color: #e57c5d;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--brasso:#f2b96e;
--marigold-dust:#f4cf3e;
--cool-aloe:#a7d8a2;
--tangerine-flake:#e57c5d;
}