Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.xavier-blue {
color: #6cb4e4;
}
.winter-time {
color: #3b8ca0;
}
.nautical-creatures {
color: #2b5c7d;
}
.seashell-cove {
color: #0f4d75;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--xavier-blue:#6cb4e4;
--winter-time:#3b8ca0;
--nautical-creatures:#2b5c7d;
--seashell-cove:#0f4d75;
}