Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.dreaming-blue {
color: #8cc1d4;
}
.candid-blue {
color: #6cc7e5;
}
.high-blue {
color: #4ca8e1;
}
.christmas-blue {
color: #2c88ba;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--dreaming-blue:#8cc1d4;
--candid-blue:#6cc7e5;
--high-blue:#4ca8e1;
--christmas-blue:#2c88ba;
}