Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.blue-tribute {
color: #a8b8c7;
}
.berry-pie {
color: #4e6e8d;
}
.blue-tang {
color: #2c4e6d;
}
.tangaroa {
color: #1f2b3d;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--blue-tribute:#a8b8c7;
--berry-pie:#4e6e8d;
--blue-tang:#2c4e6d;
--tangaroa:#1f2b3d;
}