Color names in this palette
CSS code for this palette
/* CSS */
.technical-blue {
color: #5a7f8c;
}
.sterling-blue {
color: #a4b6c1;
}
.valley-of-tears {
color: #d1e1e5;
}
.silver-strawberry {
color: #f1c1c1;
}
.redstone {
color: #e17070;
}
/* CSS Variables */
:root {
--technical-blue:#5a7f8c;
--sterling-blue:#a4b6c1;
--valley-of-tears:#d1e1e5;
--silver-strawberry:#f1c1c1;
--redstone:#e17070;
}