Color names in this palette
CSS code for this palette
/* CSS */
.how-handsome {
color: #a2b0b9;
}
.veiled-spotlight {
color: #cfd5d8;
}
.pink-emulsion {
color: #f2e5e3;
}
.warming-peach {
color: #e6b8a2;
}
.parfait {
color: #c6a69f;
}
/* CSS Variables */
:root {
--how-handsome:#a2b0b9;
--veiled-spotlight:#cfd5d8;
--pink-emulsion:#f2e5e3;
--warming-peach:#e6b8a2;
--parfait:#c6a69f;
}