Color names in this palette
CSS code for this palette
/* CSS */
.soviet-gold {
color: #ffd900;
}
.bruschetta-tomato {
color: #ff6347;
}
.secret-story {
color: #ff1492;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--soviet-gold:#ffd900;
--bruschetta-tomato:#ff6347;
--secret-story:#ff1492;
--f-n-h-ng-pink:#ff6bb5;
--matt-pink:#ffb8c1;
}