Color names in this palette
CSS code for this palette
/* CSS */
.pegeen-peony {
color: #e7a2b4;
}
.tsarina {
color: #d2b1c5;
}
.blue-dam {
color: #a5c6d4;
}
.chain-gang-grey {
color: #6e7d91;
}
.pacific-spirit {
color: #3d4a57;
}
/* CSS Variables */
:root {
--pegeen-peony:#e7a2b4;
--tsarina:#d2b1c5;
--blue-dam:#a5c6d4;
--chain-gang-grey:#6e7d91;
--pacific-spirit:#3d4a57;
}