Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6e8c;
}
.hydroport {
color: #5e9ca1;
}
.green-silk {
color: #a2c3b0;
}
.double-cream {
color: #f1d7a2;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6e8c;
--hydroport:#5e9ca1;
--green-silk:#a2c3b0;
--double-cream:#f1d7a2;
--welcoming-wasp:#f0a800;
}