Color names in this palette
CSS code for this palette
/* CSS */
.peach-pink {
color: #ff998a;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.hello-yellow {
color: #ffe59e;
}
.aquatint {
color: #b5e8db;
}
.pure-turquoise {
color: #7ac2c1;
}
/* CSS Variables */
:root {
--peach-pink:#ff998a;
--goldenrod-yellow:#ffcd8f;
--hello-yellow:#ffe59e;
--aquatint:#b5e8db;
--pure-turquoise:#7ac2c1;
}