Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1b2a69;
}
.mazarine-blue {
color: #2d3f7c;
}
.caspian-sea {
color: #4d708f;
}
.ghostly-purple {
color: #7f5c93;
}
.smooch-rouge {
color: #d93f4c;
}
/* CSS Variables */
:root {
--mythical-night:#1b2a69;
--mazarine-blue:#2d3f7c;
--caspian-sea:#4d708f;
--ghostly-purple:#7f5c93;
--smooch-rouge:#d93f4c;
}