Color names in this palette
CSS code for this palette
/* CSS */
.stormy-sunrise {
color: #c8a2c8;
}
.barely-bloomed {
color: #e2b0e3;
}
.matt-pink {
color: #ffb8c1;
}
.peach-orange {
color: #ffcc99;
}
.sunny-side-up {
color: #ffd942;
}
/* CSS Variables */
:root {
--stormy-sunrise:#c8a2c8;
--barely-bloomed:#e2b0e3;
--matt-pink:#ffb8c1;
--peach-orange:#ffcc99;
--sunny-side-up:#ffd942;
}