Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.lemon-ice-yellow {
color: #f6e2a7;
}
.prettiest-pink {
color: #e59ec3;
}
.little-bow-pink {
color: #d57b9e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--deep-fried-sun-rays:#f8c75d;
--lemon-ice-yellow:#f6e2a7;
--prettiest-pink:#e59ec3;
--little-bow-pink:#d57b9e;
}