Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a8c8e6;
}
.ballet-white {
color: #f2e5d9;
}
.banana-pepper {
color: #fad12e;
}
.colorado-bronze {
color: #f07466;
}
.our-little-secret {
color: #a7497e;
}
/* CSS Variables */
:root {
--template:#a8c8e6;
--ballet-white:#f2e5d9;
--banana-pepper:#fad12e;
--colorado-bronze:#f07466;
--our-little-secret:#a7497e;
}