Color names in this palette
CSS code for this palette
/* CSS */
.portsmouth-bay {
color: #a2aeab;
}
.tradewind {
color: #b6c8c5;
}
.spring-mist {
color: #d1e0de;
}
.distant-horizon {
color: #f2f8f7;
}
.tide-pools {
color: #c5d8d1;
}
/* CSS Variables */
:root {
--portsmouth-bay:#a2aeab;
--tradewind:#b6c8c5;
--spring-mist:#d1e0de;
--distant-horizon:#f2f8f7;
--tide-pools:#c5d8d1;
}