Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.lemon-chrome {
color: #faaf00;
}
.snug-yellow {
color: #fddc81;
}
.sun-dust {
color: #f5dfa3;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--lemon-chrome:#faaf00;
--snug-yellow:#fddc81;
--sun-dust:#f5dfa3;
--shrimp-toast:#f9c69f;
}