Color names in this palette
CSS code for this palette
/* CSS */
.extinct-volcano {
color: #494e5a;
}
.blackbird {
color: #3e444c;
}
.powder-soft-blue {
color: #b6c8d8;
}
.southern-belle {
color: #a7d7c3;
}
.syndicalist {
color: #f5c400;
}
/* CSS Variables */
:root {
--extinct-volcano:#494e5a;
--blackbird:#3e444c;
--powder-soft-blue:#b6c8d8;
--southern-belle:#a7d7c3;
--syndicalist:#f5c400;
}