Color names in this palette
CSS code for this palette
/* CSS */
.easter-egg {
color: #8d99c8;
}
.emerald-crested-manakin {
color: #596991;
}
.buster {
color: #3f4a69;
}
.template {
color: #a8c7e1;
}
.chef-s-hat {
color: #f2f6f7;
}
/* CSS Variables */
:root {
--easter-egg:#8d99c8;
--emerald-crested-manakin:#596991;
--buster:#3f4a69;
--template:#a8c7e1;
--chef-s-hat:#f2f6f7;
}