Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5a7e96;
}
.dresden-dream {
color: #8dabb9;
}
.vast-sky {
color: #a7c7d7;
}
.glimmer {
color: #e2e9e2;
}
.antique-cameo {
color: #f0b6a3;
}
/* CSS Variables */
:root {
--blue-heaven:#5a7e96;
--dresden-dream:#8dabb9;
--vast-sky:#a7c7d7;
--glimmer:#e2e9e2;
--antique-cameo:#f0b6a3;
}