Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.baja-blue {
color: #6da9d9;
}
.boat-house {
color: #4a8dba;
}
.breeze-in-june {
color: #c5e0e7;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--baja-blue:#6da9d9;
--boat-house:#4a8dba;
--breeze-in-june:#c5e0e7;
--lynx-white:#f6f8f8;
}