Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.brittany-blue {
color: #4b7d8b;
}
.trisha-s-eyes {
color: #8db8c4;
}
.sahara-shade {
color: #e4aa5e;
}
.heart-throb {
color: #c83c3c;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--brittany-blue:#4b7d8b;
--trisha-s-eyes:#8db8c4;
--sahara-shade:#e4aa5e;
--heart-throb:#c83c3c;
}