Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4c4f90;
}
.heather-field {
color: #8f8f94;
}
.elevated {
color: #b3c3d1;
}
.flowerpot {
color: #d5b09f;
}
.silver-strawberry {
color: #f1c0c0;
}
/* CSS Variables */
:root {
--twilight:#4c4f90;
--heather-field:#8f8f94;
--elevated:#b3c3d1;
--flowerpot:#d5b09f;
--silver-strawberry:#f1c0c0;
}