Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7094;
}
.himalayan-balsam {
color: #ff99c9;
}
.hot-aquarelle-pink {
color: #ffb3e4;
}
.ucla-gold {
color: #ffb300;
}
.fusion-red {
color: #ff6161;
}
/* CSS Variables */
:root {
--blush-hour:#ff7094;
--himalayan-balsam:#ff99c9;
--hot-aquarelle-pink:#ffb3e4;
--ucla-gold:#ffb300;
--fusion-red:#ff6161;
}