Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1a2d6b;
}
.dazzling-blue {
color: #3a4c9c;
}
.amparo-blue {
color: #596ac0;
}
.lavender-phlox {
color: #a8b5e1;
}
.crystal-falls {
color: #e0e4f5;
}
/* CSS Variables */
:root {
--mythical-night:#1a2d6b;
--dazzling-blue:#3a4c9c;
--amparo-blue:#596ac0;
--lavender-phlox:#a8b5e1;
--crystal-falls:#e0e4f5;
}