Color names in this palette
CSS code for this palette
/* CSS */
.gibraltar-sea {
color: #163650;
}
.nautical-creatures {
color: #2b5c7d;
}
.atlantic-gull {
color: #4a93b0;
}
.valonia {
color: #79cbd2;
}
.children-s-soft-blue {
color: #a2d2d8;
}
/* CSS Variables */
:root {
--gibraltar-sea:#163650;
--nautical-creatures:#2b5c7d;
--atlantic-gull:#4a93b0;
--valonia:#79cbd2;
--children-s-soft-blue:#a2d2d8;
}