Color names in this palette
CSS code for this palette
/* CSS */
.young-at-heart {
color: #d4a5a9;
}
.cream-washed {
color: #f1e0c6;
}
.windsor-way {
color: #a1c7e3;
}
.tantalize {
color: #6c9dcb;
}
.twilight {
color: #4e4e8d;
}
/* CSS Variables */
:root {
--young-at-heart:#d4a5a9;
--cream-washed:#f1e0c6;
--windsor-way:#a1c7e3;
--tantalize:#6c9dcb;
--twilight:#4e4e8d;
}