Color names in this palette
CSS code for this palette
/* CSS */
.adrift {
color: #498d9c;
}
.ocean-kiss {
color: #a3c3c8;
}
.french-vanilla {
color: #efe0a4;
}
.trump-tan {
color: #f6a96a;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--adrift:#498d9c;
--ocean-kiss:#a3c3c8;
--french-vanilla:#efe0a4;
--trump-tan:#f6a96a;
--chinese-dragon:#c94f4f;
}