Color names in this palette
CSS code for this palette
/* CSS */
.lusty-gallant {
color: #ffcdcc;
}
.n-rang-orange {
color: #ff8052;
}
.agrellan-badland {
color: #ffb347;
}
.soviet-gold {
color: #ffd900;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--lusty-gallant:#ffcdcc;
--n-rang-orange:#ff8052;
--agrellan-badland:#ffb347;
--soviet-gold:#ffd900;
--f-n-h-ng-pink:#ff6bb5;
}