Color names in this palette
CSS code for this palette
/* CSS */
.harrow-s-gate {
color: #7b8c8e;
}
.holly-glen {
color: #a1b5b3;
}
.mountain-dew {
color: #d0e2df;
}
.everlasting-ice {
color: #f5faf9;
}
.silver-strawberry {
color: #f0c1c1;
}
/* CSS Variables */
:root {
--harrow-s-gate:#7b8c8e;
--holly-glen:#a1b5b3;
--mountain-dew:#d0e2df;
--everlasting-ice:#f5faf9;
--silver-strawberry:#f0c1c1;
}