Color names in this palette
CSS code for this palette
/* CSS */
.candlelight-peach {
color: #f7a49c;
}
.bellini-fizz {
color: #f4c590;
}
.sun-deck {
color: #f1e09d;
}
.frozen-moss-green {
color: #aee0ae;
}
.dolphin {
color: #88c4d8;
}
/* CSS Variables */
:root {
--candlelight-peach:#f7a49c;
--bellini-fizz:#f4c590;
--sun-deck:#f1e09d;
--frozen-moss-green:#aee0ae;
--dolphin:#88c4d8;
}