Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f7c250;
}
.storm-lightning {
color: #f9e89f;
}
.apricot-obsession {
color: #f9c3b4;
}
.strawberry-milkshake {
color: #d66b89;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f7c250;
--storm-lightning:#f9e89f;
--apricot-obsession:#f9c3b4;
--strawberry-milkshake:#d66b89;
}