Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4c4f90;
}
.chicory-flower {
color: #697a9b;
}
.bon-voyage {
color: #8ab2b2;
}
.relaxation-green {
color: #a4d19f;
}
.my-love {
color: #e1c6a8;
}
/* CSS Variables */
:root {
--twilight:#4c4f90;
--chicory-flower:#697a9b;
--bon-voyage:#8ab2b2;
--relaxation-green:#a4d19f;
--my-love:#e1c6a8;
}