Color names in this palette
CSS code for this palette
/* CSS */
.berry-riche {
color: #e8a1a9;
}
.citrus-sachet {
color: #f1c5a7;
}
.durango-dust {
color: #f9e49f;
}
.popcorn {
color: #f5d27a;
}
.high-plateau {
color: #e5b27b;
}
/* CSS Variables */
:root {
--berry-riche:#e8a1a9;
--citrus-sachet:#f1c5a7;
--durango-dust:#f9e49f;
--popcorn:#f5d27a;
--high-plateau:#e5b27b;
}