Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.stella {
color: #f6cf5a;
}
.bleached-sunflower {
color: #f9e8a4;
}
.precious-pink {
color: #f9b6b4;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--stella:#f6cf5a;
--bleached-sunflower:#f9e8a4;
--precious-pink:#f9b6b4;
--breeze-of-chilli:#f36d6d;
}