Color names in this palette
CSS code for this palette
/* CSS */
.sea-drive {
color: #c2d4e0;
}
.blue-dam {
color: #a1c6d4;
}
.coastal-fringe {
color: #7fb7c3;
}
.freshwater {
color: #4ea7b7;
}
.brilliant {
color: #0095a8;
}
/* CSS Variables */
:root {
--sea-drive:#c2d4e0;
--blue-dam:#a1c6d4;
--coastal-fringe:#7fb7c3;
--freshwater:#4ea7b7;
--brilliant:#0095a8;
}