Color names in this palette
CSS code for this palette
/* CSS */
.awesome-violet {
color: #a9b3d1;
}
.citadel {
color: #697e8c;
}
.thermal {
color: #3e4f51;
}
.frugal {
color: #a4d6b3;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--awesome-violet:#a9b3d1;
--citadel:#697e8c;
--thermal:#3e4f51;
--frugal:#a4d6b3;
--shrimp-cocktail:#f4a462;
}