Color names in this palette
CSS code for this palette
/* CSS */
.lavender-phlox {
color: #a7b2e2;
}
.portage {
color: #8b9ae5;
}
.soft-blue {
color: #6e8fe7;
}
.indigo-light {
color: #5c7cd6;
}
.azraq-blue {
color: #4c6eb8;
}
/* CSS Variables */
:root {
--lavender-phlox:#a7b2e2;
--portage:#8b9ae5;
--soft-blue:#6e8fe7;
--indigo-light:#5c7cd6;
--azraq-blue:#4c6eb8;
}