Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3e4b8e;
}
.slate-blue {
color: #5f7c9b;
}
.bon-voyage {
color: #8cb1b5;
}
.gobi-sand {
color: #d5a96d;
}
.cedar-chest {
color: #c75b4d;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3e4b8e;
--slate-blue:#5f7c9b;
--bon-voyage:#8cb1b5;
--gobi-sand:#d5a96d;
--cedar-chest:#c75b4d;
}