Color names in this palette
CSS code for this palette
/* CSS */
.gentle-sea {
color: #b1c8d2;
}
.post-boy {
color: #7899ab;
}
.brittany-blue {
color: #4d7d89;
}
.quiet-storm {
color: #2d5a6c;
}
.subterranean-river {
color: #1f3b4d;
}
/* CSS Variables */
:root {
--gentle-sea:#b1c8d2;
--post-boy:#7899ab;
--brittany-blue:#4d7d89;
--quiet-storm:#2d5a6c;
--subterranean-river:#1f3b4d;
}