Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.full-yellow {
color: #f6bf51;
}
.blended-fruit {
color: #f8e1a5;
}
.whisper-of-plum {
color: #d6b0d8;
}
.pretty-in-plum {
color: #d35a8a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--full-yellow:#f6bf51;
--blended-fruit:#f8e1a5;
--whisper-of-plum:#d6b0d8;
--pretty-in-plum:#d35a8a;
}