Color names in this palette
CSS code for this palette
/* CSS */
.sargasso-sea {
color: #3b4a68;
}
.technical-blue {
color: #5a7d90;
}
.vast-sky {
color: #a8c8d6;
}
.pearl-yellow {
color: #f2e3ba;
}
.trump-tan {
color: #f9a96c;
}
/* CSS Variables */
:root {
--sargasso-sea:#3b4a68;
--technical-blue:#5a7d90;
--vast-sky:#a8c8d6;
--pearl-yellow:#f2e3ba;
--trump-tan:#f9a96c;
}