Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1f89e5;
}
.cerulean {
color: #4ea3f4;
}
.broken-blue {
color: #76b7f4;
}
.juzcar-blue {
color: #a4d4f4;
}
.menoth-white-base {
color: #f1e9b7;
}
/* CSS Variables */
:root {
--homeworld:#1f89e5;
--cerulean:#4ea3f4;
--broken-blue:#76b7f4;
--juzcar-blue:#a4d4f4;
--menoth-white-base:#f1e9b7;
}