Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.wewak {
color: #f28c98;
}
.pleasing-pink {
color: #f6cbd3;
}
.orange-pop {
color: #ffb83d;
}
.sunset-yellow {
color: #ff8b3d;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--wewak:#f28c98;
--pleasing-pink:#f6cbd3;
--orange-pop:#ffb83d;
--sunset-yellow:#ff8b3d;
}