Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
--secret-story:#ff1492;
}