Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e7a2c0;
}
.rose-reminder {
color: #f5c2c8;
}
.meadow-yellow {
color: #f6da8e;
}
.surprise-amber {
color: #f0b97a;
}
.geranium {
color: #de4a5b;
}
/* CSS Variables */
:root {
--think-pink:#e7a2c0;
--rose-reminder:#f5c2c8;
--meadow-yellow:#f6da8e;
--surprise-amber:#f0b97a;
--geranium:#de4a5b;
}