Color names in this palette
CSS code for this palette
/* CSS */
.stonewash {
color: #758199;
}
.blueberry-buckle {
color: #8a9ab2;
}
.minuet {
color: #a5b7cf;
}
.light-penna {
color: #c6d5e7;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--stonewash:#758199;
--blueberry-buckle:#8a9ab2;
--minuet:#a5b7cf;
--light-penna:#c6d5e7;
--distant-horizon:#f0f9f9;
}