Color names in this palette
CSS code for this palette
/* CSS */
.blue-heaven {
color: #5c8099;
}
.blue-dam {
color: #a1c4d4;
}
.hallowed-hush {
color: #e2e9e5;
}
.coral-blossom {
color: #f7c1a1;
}
.mandarin-red {
color: #e64b3d;
}
/* CSS Variables */
:root {
--blue-heaven:#5c8099;
--blue-dam:#a1c4d4;
--hallowed-hush:#e2e9e5;
--coral-blossom:#f7c1a1;
--mandarin-red:#e64b3d;
}