Color names in this palette
CSS code for this palette
/* CSS */
.powder-blue {
color: #b1e0e7;
}
.metal-gear {
color: #a4c2db;
}
.blue-cuddle {
color: #80b2d1;
}
.starflower-blue {
color: #4a9ab0;
}
.turkish-stone {
color: #2a7a92;
}
/* CSS Variables */
:root {
--powder-blue:#b1e0e7;
--metal-gear:#a4c2db;
--blue-cuddle:#80b2d1;
--starflower-blue:#4a9ab0;
--turkish-stone:#2a7a92;
}