Color names in this palette
CSS code for this palette
/* CSS */
.king-crimson {
color: #c94a4a;
}
.shylock {
color: #5bb9a3;
}
.tranquil-bay {
color: #76b2e0;
}
.aerial-view {
color: #9fb1c6;
}
.adrift {
color: #4c8d9a;
}
/* CSS Variables */
:root {
--king-crimson:#c94a4a;
--shylock:#5bb9a3;
--tranquil-bay:#76b2e0;
--aerial-view:#9fb1c6;
--adrift:#4c8d9a;
}