Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1a2a6b;
}
.chinese-porcelain {
color: #3a607e;
}
.natural-orchestra {
color: #4d9d7c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--mythical-night:#1a2a6b;
--chinese-porcelain:#3a607e;
--natural-orchestra:#4d9d7c;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}