Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.maize {
color: #f2d150;
}
.venetian-yellow {
color: #f7e6a1;
}
.dreamy-memory {
color: #e6c1d6;
}
.victorian-rouge {
color: #d48286;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--maize:#f2d150;
--venetian-yellow:#f7e6a1;
--dreamy-memory:#e6c1d6;
--victorian-rouge:#d48286;
}