Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.pekin-chicken {
color: #f5d2a8;
}
.glad-yellow {
color: #f3e2aa;
}
.template {
color: #a5c6e3;
}
.teclis-blue {
color: #a3b6e1;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--pekin-chicken:#f5d2a8;
--glad-yellow:#f3e2aa;
--template:#a5c6e3;
--teclis-blue:#a3b6e1;
}