Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3e4b8e;
}
.searching-blue {
color: #6a7c9a;
}
.blue-dam {
color: #a5c6d5;
}
.apricot-illusion {
color: #e4c4a5;
}
.haystack {
color: #f1e3c6;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3e4b8e;
--searching-blue:#6a7c9a;
--blue-dam:#a5c6d5;
--apricot-illusion:#e4c4a5;
--haystack:#f1e3c6;
}