Color names in this palette
CSS code for this palette
/* CSS */
.rivulet {
color: #d5d9e1;
}
.grey-agate {
color: #a8b2c2;
}
.searching-blue {
color: #6a7f9a;
}
.berry-pie {
color: #4e6f8d;
}
.carnelian {
color: #b51c1c;
}
/* CSS Variables */
:root {
--rivulet:#d5d9e1;
--grey-agate:#a8b2c2;
--searching-blue:#6a7f9a;
--berry-pie:#4e6f8d;
--carnelian:#b51c1c;
}