Color names in this palette
CSS code for this palette
/* CSS */
.weathered-bamboo {
color: #5b3a29;
}
.rope {
color: #8a5a3d;
}
.trailblazer {
color: #bfaf8d;
}
.cerulean-frost {
color: #6b9cc2;
}
.delft {
color: #3a5c88;
}
/* CSS Variables */
:root {
--weathered-bamboo:#5b3a29;
--rope:#8a5a3d;
--trailblazer:#bfaf8d;
--cerulean-frost:#6b9cc2;
--delft:#3a5c88;
}