Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.pink-dream {
color: #ffa09e;
}
.soft-boiled {
color: #ffb638;
}
.gilded {
color: #f3e24f;
}
.vaporwave-pool {
color: #8cf2b7;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--pink-dream:#ffa09e;
--soft-boiled:#ffb638;
--gilded:#f3e24f;
--vaporwave-pool:#8cf2b7;
}