Color names in this palette
CSS code for this palette
/* CSS */
.cloudy-valley {
color: #b3c7d6;
}
.nevada-sky {
color: #9fd8e5;
}
.child-of-light {
color: #f1f6f8;
}
.passion-fruit-punch {
color: #e8a79b;
}
.pink-slip {
color: #d78e8e;
}
/* CSS Variables */
:root {
--cloudy-valley:#b3c7d6;
--nevada-sky:#9fd8e5;
--child-of-light:#f1f6f8;
--passion-fruit-punch:#e8a79b;
--pink-slip:#d78e8e;
}