Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9fd3df;
}
.matt-pink {
color: #ffb8c1;
}
.soviet-gold {
color: #ffd900;
}
.n-rang-orange {
color: #ff8052;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--ocean-cruise:#9fd3df;
--matt-pink:#ffb8c1;
--soviet-gold:#ffd900;
--n-rang-orange:#ff8052;
--f-n-h-ng-pink:#ff6bb5;
}