Color names in this palette
CSS code for this palette
/* CSS */
.china-blue {
color: #5c6c7f;
}
.cloudless-day {
color: #99afc2;
}
.pressed-rose {
color: #f0a9a3;
}
.sumptuous-peach {
color: #e5b89a;
}
.double-spanish-white {
color: #d2c5a2;
}
/* CSS Variables */
:root {
--china-blue:#5c6c7f;
--cloudless-day:#99afc2;
--pressed-rose:#f0a9a3;
--sumptuous-peach:#e5b89a;
--double-spanish-white:#d2c5a2;
}