Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1a2732;
}
.white {
color: #ffffff;
}
.xavier-blue {
color: #6cb2e4;
}
.la-paz-siesta {
color: #c1e4eb;
}
.white-smoke {
color: #f6f6f4;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1a2732;
--white:#ffffff;
--xavier-blue:#6cb2e4;
--la-paz-siesta:#c1e4eb;
--white-smoke:#f6f6f4;
}