Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.thatched-cottage {
color: #d6c8a8;
}
.sterling-blue {
color: #a4b6c1;
}
.eiger-nordwand {
color: #7c9cbb;
}
.casual-blue {
color: #4a7d8c;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--thatched-cottage:#d6c8a8;
--sterling-blue:#a4b6c1;
--eiger-nordwand:#7c9cbb;
--casual-blue:#4a7d8c;
}