Color names in this palette
CSS code for this palette
/* CSS */
.loveable {
color: #f1c0c8;
}
.mystic-tulip {
color: #f7b5a1;
}
.trump-tan {
color: #f6a76a;
}
.greenish-beige {
color: #c6d17a;
}
.after-the-rain {
color: #89c3d1;
}
/* CSS Variables */
:root {
--loveable:#f1c0c8;
--mystic-tulip:#f7b5a1;
--trump-tan:#f6a76a;
--greenish-beige:#c6d17a;
--after-the-rain:#89c3d1;
}