Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a5b4c0;
}
.english-hollyhock {
color: #b5c8d4;
}
.era {
color: #d6e4e6;
}
.shrimp-toast {
color: #f7c6a1;
}
.bierwurst {
color: #f18e8e;
}
/* CSS Variables */
:root {
--grey-agate:#a5b4c0;
--english-hollyhock:#b5c8d4;
--era:#d6e4e6;
--shrimp-toast:#f7c6a1;
--bierwurst:#f18e8e;
}