Color names in this palette
CSS code for this palette
/* CSS */
.powder-soft-blue {
color: #b6c8d8;
}
.babbling-creek {
color: #a5b8d5;
}
.alaskan-ice {
color: #7e9dc4;
}
.ship-s-harbour {
color: #4d88b3;
}
.endeavour {
color: #2a5a8d;
}
/* CSS Variables */
:root {
--powder-soft-blue:#b6c8d8;
--babbling-creek:#a5b8d5;
--alaskan-ice:#7e9dc4;
--ship-s-harbour:#4d88b3;
--endeavour:#2a5a8d;
}