Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d6;
}
.workout-routine {
color: #ffd68a;
}
.sand-yellow {
color: #ffee70;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.big-chill {
color: #7dc8e3;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d6;
--workout-routine:#ffd68a;
--sand-yellow:#ffee70;
--mint-cocktail-green:#b2e1b3;
--big-chill:#7dc8e3;
}