Color names in this palette
CSS code for this palette
/* CSS */
.coastal-calm {
color: #508c91;
}
.depth-charge {
color: #395a5b;
}
.delta-green {
color: #2d4c4d;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.dusty-orange {
color: #e06e52;
}
/* CSS Variables */
:root {
--coastal-calm:#508c91;
--depth-charge:#395a5b;
--delta-green:#2d4c4d;
--cat-s-eye-marble:#d6a75c;
--dusty-orange:#e06e52;
}