Color names in this palette
CSS code for this palette
/* CSS */
.allports {
color: #1f6b7a;
}
.crystalsong-blue {
color: #4fb2b5;
}
.luminescent-blue {
color: #a2e0e7;
}
.laundry-white {
color: #f6f8f1;
}
.mixed-fruit {
color: #f9bab4;
}
/* CSS Variables */
:root {
--allports:#1f6b7a;
--crystalsong-blue:#4fb2b5;
--luminescent-blue:#a2e0e7;
--laundry-white:#f6f8f1;
--mixed-fruit:#f9bab4;
}