Color names in this palette
CSS code for this palette
/* CSS */
.sandshell {
color: #d6c9b8;
}
.sleepy-owlet {
color: #b4a68e;
}
.juicy-fig {
color: #7b6b4c;
}
.spring-rain {
color: #a5c0a0;
}
.cavern-pink {
color: #e1b7b2;
}
/* CSS Variables */
:root {
--sandshell:#d6c9b8;
--sleepy-owlet:#b4a68e;
--juicy-fig:#7b6b4c;
--spring-rain:#a5c0a0;
--cavern-pink:#e1b7b2;
}