Color names in this palette
CSS code for this palette
/* CSS */
.washed-black {
color: #1e202a;
}
.kachi-indigo {
color: #3b3e4e;
}
.beguiling-blue {
color: #5f6d8c;
}
.spring-water-turquoise {
color: #78b5b1;
}
.lemon-dream {
color: #ed9f02;
}
/* CSS Variables */
:root {
--washed-black:#1e202a;
--kachi-indigo:#3b3e4e;
--beguiling-blue:#5f6d8c;
--spring-water-turquoise:#78b5b1;
--lemon-dream:#ed9f02;
}