Color names in this palette
CSS code for this palette
/* CSS */
.tory-blue {
color: #3b4f8c;
}
.searching-blue {
color: #6a7c9a;
}
.sky-high {
color: #a6c0e8;
}
.majestic-treasures {
color: #f1e9a7;
}
.smoked-salmon {
color: #f67d6f;
}
/* CSS Variables */
:root {
--tory-blue:#3b4f8c;
--searching-blue:#6a7c9a;
--sky-high:#a6c0e8;
--majestic-treasures:#f1e9a7;
--smoked-salmon:#f67d6f;
}