Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lion-cub {
color: #f8caa5;
}
.veiled-pink {
color: #f9e0d7;
}
.think-pink {
color: #e6a7c3;
}
.i-pink-i-can {
color: #d57c8f;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lion-cub:#f8caa5;
--veiled-pink:#f9e0d7;
--think-pink:#e6a7c3;
--i-pink-i-can:#d57c8f;
}