Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.uptown-taupe {
color: #f0e3d6;
}
.apricot-gelato {
color: #f6d6b1;
}
.mystic-tulip {
color: #f7b5a1;
}
.little-bow-pink {
color: #d17a9a;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--uptown-taupe:#f0e3d6;
--apricot-gelato:#f6d6b1;
--mystic-tulip:#f7b5a1;
--little-bow-pink:#d17a9a;
}