Color names in this palette
CSS code for this palette
/* CSS */
.suit-blue {
color: #2a2f37;
}
.big-daddy-blue {
color: #5c6b75;
}
.relaxing-blue {
color: #8a9ba8;
}
.foamy-surf {
color: #b2d6e0;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--suit-blue:#2a2f37;
--big-daddy-blue:#5c6b75;
--relaxing-blue:#8a9ba8;
--foamy-surf:#b2d6e0;
--distant-horizon:#f1f8f8;
}