Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.tech-wave {
color: #4c7c9e;
}
.eastern-sky {
color: #8ec2d2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--tech-wave:#4c7c9e;
--eastern-sky:#8ec2d2;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}