Color names in this palette
CSS code for this palette
/* CSS */
.cold-shoulder {
color: #d6e0f0;
}
.sea-cliff {
color: #a3c7e0;
}
.fate {
color: #6b9ec2;
}
.belgian-waffle {
color: #f1e0b7;
}
.precious-pink {
color: #f6b6b6;
}
/* CSS Variables */
:root {
--cold-shoulder:#d6e0f0;
--sea-cliff:#a3c7e0;
--fate:#6b9ec2;
--belgian-waffle:#f1e0b7;
--precious-pink:#f6b6b6;
}