Color names in this palette
CSS code for this palette
/* CSS */
.novelle-peach {
color: #e5c8b3;
}
.coral-dust {
color: #f0ac84;
}
.amber-yellow {
color: #f8b659;
}
.butterfield {
color: #f9c25d;
}
.tangerine-flake {
color: #e67b5b;
}
/* CSS Variables */
:root {
--novelle-peach:#e5c8b3;
--coral-dust:#f0ac84;
--amber-yellow:#f8b659;
--butterfield:#f9c25d;
--tangerine-flake:#e67b5b;
}