Color names in this palette
CSS code for this palette
/* CSS */
.lighthearted-rose {
color: #c7a3a9;
}
.strawberry-yogurt {
color: #e8b0b5;
}
.pale-petunia {
color: #f7c0c6;
}
.september-sun {
color: #fcd6a1;
}
.reed {
color: #c5d8a2;
}
/* CSS Variables */
:root {
--lighthearted-rose:#c7a3a9;
--strawberry-yogurt:#e8b0b5;
--pale-petunia:#f7c0c6;
--september-sun:#fcd6a1;
--reed:#c5d8a2;
}