Color names in this palette
CSS code for this palette
/* CSS */
.getting-wet {
color: #c4dae3;
}
.blue-dam {
color: #a1c6d4;
}
.lagoon-blue {
color: #7da2b5;
}
.sotek-green {
color: #4a7c8c;
}
.atlantic-deep {
color: #2b4d54;
}
/* CSS Variables */
:root {
--getting-wet:#c4dae3;
--blue-dam:#a1c6d4;
--lagoon-blue:#7da2b5;
--sotek-green:#4a7c8c;
--atlantic-deep:#2b4d54;
}