Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b809a;
}
.silk-sox {
color: #a3b3c7;
}
.novelle-peach {
color: #e4c6b4;
}
.streusel-cake {
color: #d8a85f;
}
.fondue-fudge {
color: #6e4a3f;
}
/* CSS Variables */
:root {
--blue-heaven:#5b809a;
--silk-sox:#a3b3c7;
--novelle-peach:#e4c6b4;
--streusel-cake:#d8a85f;
--fondue-fudge:#6e4a3f;
}