Color names in this palette
CSS code for this palette
/* CSS */
.edward {
color: #5b807f;
}
.holly-glen {
color: #a0b6b2;
}
.ulthuan-grey {
color: #c7e1d9;
}
.chef-s-hat {
color: #f2f7f5;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--edward:#5b807f;
--holly-glen:#a0b6b2;
--ulthuan-grey:#c7e1d9;
--chef-s-hat:#f2f7f5;
--shrimp-cocktail:#f4a462;
}