Color names in this palette
CSS code for this palette
/* CSS */
.king-crimson {
color: #c84c4c;
}
.rainy-lake {
color: #3f6b8d;
}
.country-lake {
color: #5d7a83;
}
.eerie-black {
color: #1c1c1c;
}
.country-squire {
color: #144843;
}
/* CSS Variables */
:root {
--king-crimson:#c84c4c;
--rainy-lake:#3f6b8d;
--country-lake:#5d7a83;
--eerie-black:#1c1c1c;
--country-squire:#144843;
}