Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.changeling-pink {
color: #f3aad2;
}
.shrimp-toast {
color: #f7c3a1;
}
.khaki-core {
color: #f9e5ae;
}
.pinenut {
color: #f6d8b6;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--changeling-pink:#f3aad2;
--shrimp-toast:#f7c3a1;
--khaki-core:#f9e5ae;
--pinenut:#f6d8b6;
}