Color names in this palette
CSS code for this palette
/* CSS */
.stucco {
color: #a58f7e;
}
.lover-s-hideaway {
color: #d1c6b3;
}
.undertow {
color: #799a99;
}
.sotek-green {
color: #4a7c8c;
}
.antarctic-blue {
color: #2b3e5e;
}
/* CSS Variables */
:root {
--stucco:#a58f7e;
--lover-s-hideaway:#d1c6b3;
--undertow:#799a99;
--sotek-green:#4a7c8c;
--antarctic-blue:#2b3e5e;
}