Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.blue-sonki {
color: #498cd0;
}
.worn-denim {
color: #3b87c9;
}
.klaxosaur-blue {
color: #2e84c2;
}
.skylla {
color: #1f80bd;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--blue-sonki:#498cd0;
--worn-denim:#3b87c9;
--klaxosaur-blue:#2e84c2;
--skylla:#1f80bd;
}