Color names in this palette
CSS code for this palette
/* CSS */
.purple-hyacinth {
color: #6e90bf;
}
.seabrook {
color: #4a7bb0;
}
.panorama {
color: #347b89;
}
.bright-nautilus {
color: #1e5b67;
}
.stockade-green {
color: #0f4d4b;
}
/* CSS Variables */
:root {
--purple-hyacinth:#6e90bf;
--seabrook:#4a7bb0;
--panorama:#347b89;
--bright-nautilus:#1e5b67;
--stockade-green:#0f4d4b;
}