Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.blue-chrysocolla {
color: #78b8d3;
}
.mountain-bluebird {
color: #4c98c8;
}
.blue-vacation {
color: #1b7fb1;
}
.pontoon {
color: #0b5c8e;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--blue-chrysocolla:#78b8d3;
--mountain-bluebird:#4c98c8;
--blue-vacation:#1b7fb1;
--pontoon:#0b5c8e;
}