Color names in this palette
CSS code for this palette
/* CSS */
.titanium-blue {
color: #5d7a8e;
}
.mallard-lake {
color: #8fb8c1;
}
.my-love {
color: #e1c6a8;
}
.goldsmith {
color: #f0b14c;
}
.spicy-orange {
color: #d74c2d;
}
/* CSS Variables */
:root {
--titanium-blue:#5d7a8e;
--mallard-lake:#8fb8c1;
--my-love:#e1c6a8;
--goldsmith:#f0b14c;
--spicy-orange:#d74c2d;
}