Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5b7f9a;
}
.alpine-morning-blue {
color: #a5cad9;
}
.milky-way {
color: #e3f4f7;
}
.milky-maize {
color: #f7d9a1;
}
.bierwurst {
color: #f08e8e;
}
/* CSS Variables */
:root {
--blue-heaven:#5b7f9a;
--alpine-morning-blue:#a5cad9;
--milky-way:#e3f4f7;
--milky-maize:#f7d9a1;
--bierwurst:#f08e8e;
}