Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3b4c91;
}
.blueberry-patch {
color: #5f6c9b;
}
.astro-bound {
color: #8ba0b6;
}
.delicate-ice {
color: #b7d1e1;
}
.friendly-yellow {
color: #f7e2b0;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3b4c91;
--blueberry-patch:#5f6c9b;
--astro-bound:#8ba0b6;
--delicate-ice:#b7d1e1;
--friendly-yellow:#f7e2b0;
}