Color names in this palette
CSS code for this palette
/* CSS */
.berry-riche {
color: #e2a1a7;
}
.medium-terracotta {
color: #d59d8b;
}
.avid-apricot {
color: #f3c5a0;
}
.venetian-yellow {
color: #f7e4a1;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--berry-riche:#e2a1a7;
--medium-terracotta:#d59d8b;
--avid-apricot:#f3c5a0;
--venetian-yellow:#f7e4a1;
--peach-of-mind:#ffe3b3;
}