Color names in this palette
CSS code for this palette
/* CSS */
.stream {
color: #4b5e7c;
}
.blue-suede {
color: #6c7c93;
}
.silk-sox {
color: #a3b3c8;
}
.golden-lake {
color: #d7c6a2;
}
.strawberry-smoothie {
color: #e8a1a4;
}
/* CSS Variables */
:root {
--stream:#4b5e7c;
--blue-suede:#6c7c93;
--silk-sox:#a3b3c8;
--golden-lake:#d7c6a2;
--strawberry-smoothie:#e8a1a4;
}