Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6e8c;
}
.post-boy {
color: #7899ab;
}
.english-hollyhock {
color: #b5c8d4;
}
.bleached-white {
color: #dfe3e7;
}
.m-white {
color: #f4f8fb;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6e8c;
--post-boy:#7899ab;
--english-hollyhock:#b5c8d4;
--bleached-white:#dfe3e7;
--m-white:#f4f8fb;
}