Color names in this palette
CSS code for this palette
/* CSS */
.mountain-range-blue {
color: #54b8c9;
}
.turkish-stone {
color: #2b798c;
}
.deep-ocean {
color: #2b4c5f;
}
.quinacridone-magenta {
color: #8f3d5a;
}
.warming-heart {
color: #d14e3d;
}
/* CSS Variables */
:root {
--mountain-range-blue:#54b8c9;
--turkish-stone:#2b798c;
--deep-ocean:#2b4c5f;
--quinacridone-magenta:#8f3d5a;
--warming-heart:#d14e3d;
}