Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.extraordinary-abundance-of-tinge {
color: #e6e6e6;
}
.tangled-web {
color: #b3b3b3;
}
.metal-gear {
color: #a4c2db;
}
.heritage-blue {
color: #5093b9;
}
/* CSS Variables */
:root {
--white:#ffffff;
--extraordinary-abundance-of-tinge:#e6e6e6;
--tangled-web:#b3b3b3;
--metal-gear:#a4c2db;
--heritage-blue:#5093b9;
}