Color names in this palette
CSS code for this palette
/* CSS */
.governor-bay {
color: #4c509a;
}
.blue-suede {
color: #697c91;
}
.frozen-tundra {
color: #a2c0c8;
}
.roseberry {
color: #f5a59e;
}
.wickerware {
color: #fce4b0;
}
/* CSS Variables */
:root {
--governor-bay:#4c509a;
--blue-suede:#697c91;
--frozen-tundra:#a2c0c8;
--roseberry:#f5a59e;
--wickerware:#fce4b0;
}