Color names in this palette
CSS code for this palette
/* CSS */
.hamburger {
color: #a74d2a;
}
.sun-bleached-ochre {
color: #e2a87e;
}
.willow-tree-mouse {
color: #c7d6b8;
}
.frozen-blue {
color: #a6c4d9;
}
.adrift {
color: #4b8c9b;
}
/* CSS Variables */
:root {
--hamburger:#a74d2a;
--sun-bleached-ochre:#e2a87e;
--willow-tree-mouse:#c7d6b8;
--frozen-blue:#a6c4d9;
--adrift:#4b8c9b;
}