Color names in this palette
CSS code for this palette
/* CSS */
.flint-smoke {
color: #a8b2b3;
}
.soothing-breeze {
color: #b2c0c2;
}
.mountain-dew {
color: #d1e0e0;
}
.warming-peach {
color: #e6b8a2;
}
.apricot-preserves {
color: #ebaf93;
}
/* CSS Variables */
:root {
--flint-smoke:#a8b2b3;
--soothing-breeze:#b2c0c2;
--mountain-dew:#d1e0e0;
--warming-peach:#e6b8a2;
--apricot-preserves:#ebaf93;
}