Color names in this palette
CSS code for this palette
/* CSS */
.altar-of-heaven {
color: #4b4b81;
}
.dusted-peri {
color: #6b6b9e;
}
.monastic {
color: #aaaad5;
}
.white-smoke {
color: #f5f5f5;
}
.waddles-pink {
color: #f1a7ca;
}
/* CSS Variables */
:root {
--altar-of-heaven:#4b4b81;
--dusted-peri:#6b6b9e;
--monastic:#aaaad5;
--white-smoke:#f5f5f5;
--waddles-pink:#f1a7ca;
}