Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e3a0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.angry-flamingo {
color: #f54b42;
}
.olympic-blue {
color: #4b91e2;
}
.punk-rock-pink {
color: #9116fe;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e3a0;
--apricot-glazed-chicken:#f5a524;
--angry-flamingo:#f54b42;
--olympic-blue:#4b91e2;
--punk-rock-pink:#9116fe;
}