Color names in this palette
CSS code for this palette
/* CSS */
.icy-landscape {
color: #c3e6f4;
}
.sea-rover {
color: #a3d1e1;
}
.pacific-harbour {
color: #76b7d6;
}
.heritage-blue {
color: #5091b9;
}
.endeavour {
color: #2a5d8d;
}
/* CSS Variables */
:root {
--icy-landscape:#c3e6f4;
--sea-rover:#a3d1e1;
--pacific-harbour:#76b7d6;
--heritage-blue:#5091b9;
--endeavour:#2a5d8d;
}