Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #ca2b4b;
}
.fat-gold {
color: #e6b400;
}
.fiji-palm {
color: #4c8c3b;
}
.yellow-tulip {
color: #f6d26f;
}
.summer-heat {
color: #aa553c;
}
/* CSS Variables */
:root {
--french-raspberry:#ca2b4b;
--fat-gold:#e6b400;
--fiji-palm:#4c8c3b;
--yellow-tulip:#f6d26f;
--summer-heat:#aa553c;
}