Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c7e7;
}
.peach-shortcake {
color: #f2dfd4;
}
.in-good-taste {
color: #b7d9a0;
}
.neighborly-peach {
color: #f6c2a2;
}
.pink-nectar {
color: #d9a6b7;
}
/* CSS Variables */
:root {
--template:#a6c7e7;
--peach-shortcake:#f2dfd4;
--in-good-taste:#b7d9a0;
--neighborly-peach:#f6c2a2;
--pink-nectar:#d9a6b7;
}