Color names in this palette
CSS code for this palette
/* CSS */
.deep-ultramarine {
color: #3d4b8f;
}
.persian-jewel {
color: #6b80bd;
}
.artesian-pool {
color: #a3c2e0;
}
.lavender-soap {
color: #f1c1e5;
}
.aggressive-salmon {
color: #f97b9b;
}
/* CSS Variables */
:root {
--deep-ultramarine:#3d4b8f;
--persian-jewel:#6b80bd;
--artesian-pool:#a3c2e0;
--lavender-soap:#f1c1e5;
--aggressive-salmon:#f97b9b;
}