Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6c;
}
.panorama {
color: #2d798b;
}
.tropical-escape {
color: #4cb8b1;
}
.yellow-currant {
color: #f5c56b;
}
.yellow-sea {
color: #f79d36;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6c;
--panorama:#2d798b;
--tropical-escape:#4cb8b1;
--yellow-currant:#f5c56b;
--yellow-sea:#f79d36;
}