Color names in this palette
CSS code for this palette
/* CSS */
.clay-beige {
color: #d5d1c3;
}
.beautiful-dream {
color: #b6c8e2;
}
.skinny-jeans {
color: #5087f7;
}
.make-up-blue {
color: #2d5d8f;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--clay-beige:#d5d1c3;
--beautiful-dream:#b6c8e2;
--skinny-jeans:#5087f7;
--make-up-blue:#2d5d8f;
--twilight-express:#1e3a76;
}