Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3b4b91;
}
.amparo-blue {
color: #5a6bbf;
}
.portage {
color: #8b9dda;
}
.neighborly-peach {
color: #f1c3a2;
}
.poppy-petal {
color: #f89d8b;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3b4b91;
--amparo-blue:#5a6bbf;
--portage:#8b9dda;
--neighborly-peach:#f1c3a2;
--poppy-petal:#f89d8b;
}