Color names in this palette
CSS code for this palette
/* CSS */
.amphystine {
color: #3e3e5b;
}
.allegiance {
color: #5c6d8a;
}
.tower-bridge {
color: #7a9d9f;
}
.green-trance {
color: #a5d9a1;
}
.peach-temptation {
color: #f0c4b2;
}
/* CSS Variables */
:root {
--amphystine:#3e3e5b;
--allegiance:#5c6d8a;
--tower-bridge:#7a9d9f;
--green-trance:#a5d9a1;
--peach-temptation:#f0c4b2;
}