Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.delicate-girl-blue {
color: #65b1c8;
}
.tourmaline-turquoise {
color: #4f9c94;
}
.brain-pink {
color: #f1b1b1;
}
.hot-sun {
color: #f7b32b;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--delicate-girl-blue:#65b1c8;
--tourmaline-turquoise:#4f9c94;
--brain-pink:#f1b1b1;
--hot-sun:#f7b32b;
}