Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1d2a35;
}
.azalea-leaf {
color: #4b6572;
}
.little-league {
color: #6a9a8e;
}
.little-beaux-blue {
color: #b9d5c4;
}
.star-shine {
color: #f8f5e2;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1d2a35;
--azalea-leaf:#4b6572;
--little-league:#6a9a8e;
--little-beaux-blue:#b9d5c4;
--star-shine:#f8f5e2;
}