Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d5a7e7;
}
.spaghetti-strap-pink {
color: #f6a7d2;
}
.splendor-gold {
color: #ffaf4d;
}
.sunset-orange {
color: #ff5f57;
}
.clean-pool {
color: #49c2e4;
}
/* CSS Variables */
:root {
--bright-ube:#d5a7e7;
--spaghetti-strap-pink:#f6a7d2;
--splendor-gold:#ffaf4d;
--sunset-orange:#ff5f57;
--clean-pool:#49c2e4;
}