Color names in this palette
CSS code for this palette
/* CSS */
.shipyard {
color: #4d7084;
}
.salt-blue {
color: #7b9b9d;
}
.ocean-kiss {
color: #a4c3c6;
}
.pearl-yellow {
color: #f2e3ba;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--shipyard:#4d7084;
--salt-blue:#7b9b9d;
--ocean-kiss:#a4c3c6;
--pearl-yellow:#f2e3ba;
--calabrese:#f6a8a2;
}