Color names in this palette
CSS code for this palette
/* CSS */
.cielo {
color: #a8d0e6;
}
.aquatint {
color: #b8e5e0;
}
.applemint-soda {
color: #f4f6e9;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
.peach-bud {
color: #f9b1ae;
}
/* CSS Variables */
:root {
--cielo:#a8d0e6;
--aquatint:#b8e5e0;
--applemint-soda:#f4f6e9;
--hu-ng-j-n-zh-u-gold:#f9d86c;
--peach-bud:#f9b1ae;
}