Color names in this palette
CSS code for this palette
/* CSS */
.rangitoto {
color: #2e3823;
}
.meteorite {
color: #4b3c67;
}
.bossa-nova-blue {
color: #7b7c9d;
}
.pale-spring-morning {
color: #b2bf9b;
}
.confectionary {
color: #d5b4d5;
}
/* CSS Variables */
:root {
--rangitoto:#2e3823;
--meteorite:#4b3c67;
--bossa-nova-blue:#7b7c9d;
--pale-spring-morning:#b2bf9b;
--confectionary:#d5b4d5;
}