Color names in this palette
CSS code for this palette
/* CSS */
.lime-bright {
color: #f3e4af;
}
.double-spanish-white {
color: #d1c2a3;
}
.overcast-sky {
color: #a8b8c2;
}
.walden-pond {
color: #7a9cb8;
}
.boat-house {
color: #4a8bba;
}
/* CSS Variables */
:root {
--lime-bright:#f3e4af;
--double-spanish-white:#d1c2a3;
--overcast-sky:#a8b8c2;
--walden-pond:#7a9cb8;
--boat-house:#4a8bba;
}